Html Css Color HEX #377718 Bilbao

📋 copy color: '#377718'

red 55 ◦ green 119 ◦ blue 24

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

Shades of Bilbao #377718

Tints of Bilbao #377718

RGB

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

 GREEN value IS 119 (46.88% from 255) = 60.1%

 BLUE value IS 24 (9.77% from 255) = 12.12%

R = 27.78%
G = 60.1%
B = 12.12%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#377718 (or 0x377718) is known color: Bilbao. HEX triplet: 37, 77 and 18. RGB value is (55,119,24). Sum of RGB (Red+Green+Blue) = 55+119+24=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 119 (46.88% from 255 or 60.10% from 198); Blue value is 24 (9.77% from 255 or 12.12% from 198); Max value from RGB is 119 - color contains mainly: green. Hex color #377718 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377718 is #C888E7. Grayscale: #595959. Windows color (decimal): -13142248 or 1603383. OLE color: 1603383.

HSL color Cylindrical-coordinate representation of color #377718: hue angle of 100.42º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #377718 is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 119 24 -
CMYK 0.54 0 0.80 0.53
HSL 100.42º 0.66% 0.28% -
HSV(B) 100.42º 0.8% 0.47% -
XYZ 8.34 14.07 3.14 -
YUV 89.03 91.3 103.72 -
System Red Green Blue C M Y K H S L
Decimal 55 119 24 0.54 0 0.80 0.53 100.42 0.66 0.28
Hex 37 77 18 36 0 50 35 64 42 1C
Octal 67 167 30 66 0 120 65 144 102 34
Binary 110111 1110111 11000 110110 0 1010000 110101 1100100 1000010 11100

Color Harmonies of #377718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377718

Black with #377718

Text Example


Text Example

White with #377718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377718; }

 p { color: rgb(55,119,24); }

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

background-color css

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

 a { background-color: rgb(55,119,24); }

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

border-color css

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

 span { border-color: rgb(55,119,24); }

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