Html Css Color HEX #367F0A Bilbao

📋 copy color: '#367F0A'

red 54 ◦ green 127 ◦ blue 10

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

Shades of Bilbao #367F0A

Tints of Bilbao #367F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.24%

R = 28.27%
G = 66.49%
B = 5.24%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.92

 K value IS 0.50

RGB Variations

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

Color information

#367F0A (or 0x367F0A) is known color: Bilbao. HEX triplet: 36, 7F and 0A. RGB value is (54,127,10). Sum of RGB (Red+Green+Blue) = 54+127+10=191 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.27% from 191); Green value is 127 (50% from 255 or 66.49% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 127 - color contains mainly: green. Hex color #367F0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367F0A is #C980F5. Grayscale: #5C5C5C. Windows color (decimal): -13205750 or 687926. OLE color: 687926.

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

Color convert

RGB 54 127 10 -
CMYK 0.57 0 0.92 0.50
HSL 97.44º 0.85% 0.27% -
HSV(B) 97.44º 0.92% 0.5% -
XYZ 9.17 15.98 2.89 -
YUV 91.84 81.82 101.01 -
System Red Green Blue C M Y K H S L
Decimal 54 127 10 0.57 0 0.92 0.50 97.44 0.85 0.27
Hex 36 7F A 39 0 5C 32 61 55 1B
Octal 66 177 12 71 0 134 62 141 125 33
Binary 110110 1111111 1010 111001 0 1011100 110010 1100001 1010101 11011

Color Harmonies of #367F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367F0A

Black with #367F0A

Text Example


Text Example

White with #367F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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