Html Css Color HEX #377017 Bilbao

📋 copy color: '#377017'

red 55 ◦ green 112 ◦ blue 23

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

Shades of Bilbao #377017

Tints of Bilbao #377017

RGB

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

 GREEN value IS 112 (44.14% from 255) = 58.95%

 BLUE value IS 23 (9.38% from 255) = 12.11%

R = 28.95%
G = 58.95%
B = 12.11%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#377017 (or 0x377017) is known color: Bilbao. HEX triplet: 37, 70 and 17. RGB value is (55,112,23). Sum of RGB (Red+Green+Blue) = 55+112+23=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 112 (44.14% from 255 or 58.95% from 190); Blue value is 23 (9.38% from 255 or 12.11% from 190); Max value from RGB is 112 - color contains mainly: green. Hex color #377017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377017 is #C88FE8. Grayscale: #555555. Windows color (decimal): -13144041 or 1536055. OLE color: 1536055.

HSL color Cylindrical-coordinate representation of color #377017: hue angle of 98.43º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #377017 is Cyan = 0.51, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 112 23 -
CMYK 0.51 0 0.79 0.56
HSL 98.43º 0.66% 0.26% -
HSV(B) 98.43º 0.79% 0.44% -
XYZ 7.52 12.46 2.82 -
YUV 84.81 93.12 106.74 -
System Red Green Blue C M Y K H S L
Decimal 55 112 23 0.51 0 0.79 0.56 98.43 0.66 0.26
Hex 37 70 17 33 0 4F 38 62 42 1A
Octal 67 160 27 63 0 117 70 142 102 32
Binary 110111 1110000 10111 110011 0 1001111 111000 1100010 1000010 11010

Color Harmonies of #377017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377017

Black with #377017

Text Example


Text Example

White with #377017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377017; }

 p { color: rgb(55,112,23); }

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

background-color css

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

 a { background-color: rgb(55,112,23); }

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

border-color css

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

 span { border-color: rgb(55,112,23); }

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