Html Css Color HEX #367F01 Bilbao

📋 copy color: '#367F01'

red 54 ◦ green 127 ◦ blue 1

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

Shades of Bilbao #367F01

Tints of Bilbao #367F01

RGB

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

 GREEN value IS 127 (50% from 255) = 69.78%

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

R = 29.67%
G = 69.78%
B = 0.55%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#367F01 (or 0x367F01) is known color: Bilbao. HEX triplet: 36, 7F and 01. RGB value is (54,127,1). Sum of RGB (Red+Green+Blue) = 54+127+1=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 127 (50% from 255 or 69.78% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 127 - color contains mainly: green. Hex color #367F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367F01 is #C980FE. Grayscale: #5B5B5B. Windows color (decimal): -13205759 or 98102. OLE color: 98102.

HSL color Cylindrical-coordinate representation of color #367F01: hue angle of 94.76º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #367F01 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 127 1 -
CMYK 0.57 0 0.99 0.50
HSL 94.76º 0.98% 0.25% -
HSV(B) 94.76º 0.99% 0.5% -
XYZ 9.12 15.97 2.63 -
YUV 90.81 77.32 101.75 -
System Red Green Blue C M Y K H S L
Decimal 54 127 1 0.57 0 0.99 0.50 94.76 0.98 0.25
Hex 36 7F 1 39 0 63 32 5F 62 19
Octal 66 177 1 71 0 143 62 137 142 31
Binary 110110 1111111 1 111001 0 1100011 110010 1011111 1100010 11001

Color Harmonies of #367F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367F01

Black with #367F01

Text Example


Text Example

White with #367F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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