Html Css Color HEX #377015 Bilbao

📋 copy color: '#377015'

red 55 ◦ green 112 ◦ blue 21

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

Shades of Bilbao #377015

Tints of Bilbao #377015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.17%

R = 29.26%
G = 59.57%
B = 11.17%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#377015 (or 0x377015) is known color: Bilbao. HEX triplet: 37, 70 and 15. RGB value is (55,112,21). Sum of RGB (Red+Green+Blue) = 55+112+21=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 112 (44.14% from 255 or 59.57% from 188); Blue value is 21 (8.59% from 255 or 11.17% from 188); Max value from RGB is 112 - color contains mainly: green. Hex color #377015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377015 is #C88FEA. Grayscale: #545454. Windows color (decimal): -13144043 or 1404983. OLE color: 1404983.

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

Color convert

RGB 55 112 21 -
CMYK 0.51 0 0.81 0.56
HSL 97.58º 0.68% 0.26% -
HSV(B) 97.58º 0.81% 0.44% -
XYZ 7.51 12.45 2.72 -
YUV 84.58 92.12 106.9 -
System Red Green Blue C M Y K H S L
Decimal 55 112 21 0.51 0 0.81 0.56 97.58 0.68 0.26
Hex 37 70 15 33 0 51 38 62 44 1A
Octal 67 160 25 63 0 121 70 142 104 32
Binary 110111 1110000 10101 110011 0 1010001 111000 1100010 1000100 11010

Color Harmonies of #377015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377015

Black with #377015

Text Example


Text Example

White with #377015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377015; }

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

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

background-color css

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

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

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

border-color css

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

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

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