Html Css Color HEX #368620 Bilbao

📋 copy color: '#368620'

red 54 ◦ green 134 ◦ blue 32

#368620
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #368620

Tints of Bilbao #368620

RGB

 RED value IS 54 (21.48% from 255) = 24.55%

 GREEN value IS 134 (52.73% from 255) = 60.91%

 BLUE value IS 32 (12.89% from 255) = 14.55%

R = 24.55%
G = 60.91%
B = 14.55%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#368620 (or 0x368620) is known color: Bilbao. HEX triplet: 36, 86 and 20. RGB value is (54,134,32). Sum of RGB (Red+Green+Blue) = 54+134+32=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 134 (52.73% from 255 or 60.91% from 220); Blue value is 32 (12.89% from 255 or 14.55% from 220); Max value from RGB is 134 - color contains mainly: green. Hex color #368620 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368620 is #C979DF. Grayscale: #626262. Windows color (decimal): -13203936 or 2131510. OLE color: 2131510.

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

Color convert

RGB 54 134 32 -
CMYK 0.60 0 0.76 0.47
HSL 107.06º 0.61% 0.33% -
HSV(B) 107.06º 0.76% 0.53% -
XYZ 10.31 17.94 4.29 -
YUV 98.45 90.5 96.29 -
System Red Green Blue C M Y K H S L
Decimal 54 134 32 0.60 0 0.76 0.47 107.06 0.61 0.33
Hex 36 86 20 3C 0 4C 2F 6B 3D 21
Octal 66 206 40 74 0 114 57 153 75 41
Binary 110110 10000110 100000 111100 0 1001100 101111 1101011 111101 100001

Color Harmonies of #368620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368620

Black with #368620

Text Example


Text Example

White with #368620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368620; }

 p { color: rgb(54,134,32); }

 H1.HeaderClassName
 {
   color: #368620;
 }
 .AnyTagClassName
 {
   color: #368620;
 }
</style>

background-color css

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

 a { background-color: rgb(54,134,32); }

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

border-color css

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

 span { border-color: rgb(54,134,32); }

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