Html Css Color HEX #377E13 Bilbao

📋 copy color: '#377E13'

red 55 ◦ green 126 ◦ blue 19

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

Shades of Bilbao #377E13

Tints of Bilbao #377E13

RGB

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

 GREEN value IS 126 (49.61% from 255) = 63%

 BLUE value IS 19 (7.81% from 255) = 9.5%

R = 27.5%
G = 63%
B = 9.5%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#377E13 (or 0x377E13) is known color: Bilbao. HEX triplet: 37, 7E and 13. RGB value is (55,126,19). Sum of RGB (Red+Green+Blue) = 55+126+19=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 126 (49.61% from 255 or 63% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 126 - color contains mainly: green. Hex color #377E13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377E13 is #C881EC. Grayscale: #5C5C5C. Windows color (decimal): -13140461 or 1277495. OLE color: 1277495.

HSL color Cylindrical-coordinate representation of color #377E13: hue angle of 99.81º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #377E13 is Cyan = 0.56, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 126 19 -
CMYK 0.56 0 0.85 0.51
HSL 99.81º 0.74% 0.28% -
HSV(B) 99.81º 0.85% 0.49% -
XYZ 9.15 15.78 3.18 -
YUV 92.57 86.48 101.2 -
System Red Green Blue C M Y K H S L
Decimal 55 126 19 0.56 0 0.85 0.51 99.81 0.74 0.28
Hex 37 7E 13 38 0 55 33 64 4A 1C
Octal 67 176 23 70 0 125 63 144 112 34
Binary 110111 1111110 10011 111000 0 1010101 110011 1100100 1001010 11100

Color Harmonies of #377E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377E13

Black with #377E13

Text Example


Text Example

White with #377E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,126,19); }

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

background-color css

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

 a { background-color: rgb(55,126,19); }

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

border-color css

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

 span { border-color: rgb(55,126,19); }

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