Html Css Color HEX #367001 Bilbao

📋 copy color: '#367001'

red 54 ◦ green 112 ◦ blue 1

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

Shades of Bilbao #367001

Tints of Bilbao #367001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.6%

R = 32.34%
G = 67.07%
B = 0.6%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#367001 (or 0x367001) is known color: Bilbao. HEX triplet: 36, 70 and 01. RGB value is (54,112,1). Sum of RGB (Red+Green+Blue) = 54+112+1=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 112 (44.14% from 255 or 67.07% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 112 - color contains mainly: green. Hex color #367001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367001 is #C98FFE. Grayscale: #525252. Windows color (decimal): -13209599 or 94262. OLE color: 94262.

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

Color convert

RGB 54 112 1 -
CMYK 0.52 0 0.99 0.56
HSL 91.35º 0.98% 0.22% -
HSV(B) 91.35º 0.99% 0.44% -
XYZ 7.32 12.37 2.03 -
YUV 82 82.28 108.03 -
System Red Green Blue C M Y K H S L
Decimal 54 112 1 0.52 0 0.99 0.56 91.35 0.98 0.22
Hex 36 70 1 34 0 63 38 5B 62 16
Octal 66 160 1 64 0 143 70 133 142 26
Binary 110110 1110000 1 110100 0 1100011 111000 1011011 1100010 10110

Color Harmonies of #367001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367001

Black with #367001

Text Example


Text Example

White with #367001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367001; }

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

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

background-color css

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

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

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

border-color css

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

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

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