Html Css Color HEX #377512 Bilbao

📋 copy color: '#377512'

red 55 ◦ green 117 ◦ blue 18

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

Shades of Bilbao #377512

Tints of Bilbao #377512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 61.58%

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

R = 28.95%
G = 61.58%
B = 9.47%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#377512 (or 0x377512) is known color: Bilbao. HEX triplet: 37, 75 and 12. RGB value is (55,117,18). Sum of RGB (Red+Green+Blue) = 55+117+18=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 117 (46.09% from 255 or 61.58% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 117 - color contains mainly: green. Hex color #377512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377512 is #C88AED. Grayscale: #575757. Windows color (decimal): -13142766 or 1209655. OLE color: 1209655.

HSL color Cylindrical-coordinate representation of color #377512: hue angle of 97.58º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #377512 is Cyan = 0.53, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 55 117 18 -
CMYK 0.53 0 0.85 0.54
HSL 97.58º 0.73% 0.26% -
HSV(B) 97.58º 0.85% 0.46% -
XYZ 8.05 13.58 2.77 -
YUV 87.18 88.96 105.05 -
System Red Green Blue C M Y K H S L
Decimal 55 117 18 0.53 0 0.85 0.54 97.58 0.73 0.26
Hex 37 75 12 35 0 55 36 62 49 1A
Octal 67 165 22 65 0 125 66 142 111 32
Binary 110111 1110101 10010 110101 0 1010101 110110 1100010 1001001 11010

Color Harmonies of #377512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377512

Black with #377512

Text Example


Text Example

White with #377512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377512; }

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

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

background-color css

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

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

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

border-color css

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

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

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