#368800

Color #368800 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #368800

Tints of Bilbao #368800

Color information

#368800 (or 0x368800) is unknown color: approx Bilbao. HEX triplet: 36, 88 and 00. RGB value is (54,136,0). Sum of RGB (Red+Green+Blue) = 54+136+0=190 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.42% from 190); Green value is 136 (53.52% from 255 or 71.58% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 136 - color contains mainly: green. Hex color #368800 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368800 is #C977FF. Grayscale: #606060. Windows color (decimal): -13203456 or 34870. OLE color: 34870.

HSL color Cylindrical-coordinate representation of color #368800: hue angle of 96.18º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #368800 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB541360-
CMYK0.60010.47
HSL96.18º100%26.67%-
HSV(B)96.18º100%53.33%-
XYZ10.3318.393.01-
YUV95.9873.8398.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 28.42%
GREEN value IS 136 (53.52% from 255) = 71.58%
BLUE value IS 0 (0.39% from 255) = 0%
R=28.42%
G=71.58%
B=0%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5413600.60010.4796.1810026.67
Hex368803C0642F60641b
Octal6621007401445714014433
Binary110110100010000111100011001001011111100000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368800; }

 p { color: rgb(54,136,0); }

 H1.HeaderClassName
 {
   color: #368800;
 }
 .AnyTagClassName
 {
   color: #368800;
 }
</style>
background-color css

<style>
 a { background-color: #368800; }

 a { background-color: rgb(54,136,0); }

 div.DivClassName
 {
   background-color: #368800;
 }
 .BgClassName
 {
   background-color: #368800;
 }
</style>
border-color css

<style>
 span { border-color: #368800; }

 span { border-color: rgb(54,136,0); }

 td.TdClassName
 {
   border-color: #368800;
 }
 .TagClassName
 {
   border-color: #368800;
 }
</style>