Html Css Color HEX #367000 Bilbao

📋 copy color: '#367000'

red 54 ◦ green 112 ◦ blue 0

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

Shades of Bilbao #367000

Tints of Bilbao #367000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 67.47%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 32.53%
G = 67.47%
B = 0%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#367000 (or 0x367000) is known color: Bilbao. HEX triplet: 36, 70 and 00. RGB value is (54,112,0). Sum of RGB (Red+Green+Blue) = 54+112+0=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 112 (44.14% from 255 or 67.47% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 112 - color contains mainly: green. Hex color #367000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367000 is #C98FFF. Grayscale: #525252. Windows color (decimal): -13209600 or 28726. OLE color: 28726.

HSL color Cylindrical-coordinate representation of color #367000: hue angle of 91.07º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #367000 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 112 0 -
CMYK 0.52 0 1 0.56
HSL 91.07º 1% 0.22% -
HSV(B) 91.07º 1% 0.44% -
XYZ 7.32 12.37 2 -
YUV 81.89 81.78 108.11 -
System Red Green Blue C M Y K H S L
Decimal 54 112 0 0.52 0 1 0.56 91.07 1 0.22
Hex 36 70 0 34 0 64 38 5B 64 16
Octal 66 160 0 64 0 144 70 133 144 26
Binary 110110 1110000 0 110100 0 1100100 111000 1011011 1100100 10110

Color Harmonies of #367000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367000

Black with #367000

Text Example


Text Example

White with #367000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367000; }

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

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

background-color css

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

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

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

border-color css

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

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

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