Html Css Color HEX #377F12 Bilbao

📋 copy color: '#377F12'

red 55 ◦ green 127 ◦ blue 18

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

Shades of Bilbao #377F12

Tints of Bilbao #377F12

RGB

 RED value IS 55 (21.88% from 255) = 27.5%

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

 BLUE value IS 18 (7.42% from 255) = 9%

R = 27.5%
G = 63.5%
B = 9%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#377F12 (or 0x377F12) is known color: Bilbao. HEX triplet: 37, 7F and 12. RGB value is (55,127,18). Sum of RGB (Red+Green+Blue) = 55+127+18=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 127 (50% from 255 or 63.5% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 127 - color contains mainly: green. Hex color #377F12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377F12 is #C880ED. Grayscale: #5D5D5D. Windows color (decimal): -13140206 or 1212215. OLE color: 1212215.

HSL color Cylindrical-coordinate representation of color #377F12: hue angle of 99.63º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #377F12 is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 127 18 -
CMYK 0.57 0 0.86 0.50
HSL 99.63º 0.75% 0.28% -
HSV(B) 99.63º 0.86% 0.5% -
XYZ 9.27 16.03 3.18 -
YUV 93.05 85.65 100.86 -
System Red Green Blue C M Y K H S L
Decimal 55 127 18 0.57 0 0.86 0.50 99.63 0.75 0.28
Hex 37 7F 12 39 0 56 32 64 4B 1C
Octal 67 177 22 71 0 126 62 144 113 34
Binary 110111 1111111 10010 111001 0 1010110 110010 1100100 1001011 11100

Color Harmonies of #377F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377F12

Black with #377F12

Text Example


Text Example

White with #377F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377F12; }

 p { color: rgb(55,127,18); }

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

background-color css

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

 a { background-color: rgb(55,127,18); }

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

border-color css

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

 span { border-color: rgb(55,127,18); }

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