Html Css Color HEX #377215 Bilbao

📋 copy color: '#377215'

red 55 ◦ green 114 ◦ blue 21

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

Shades of Bilbao #377215

Tints of Bilbao #377215

RGB

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

 GREEN value IS 114 (44.92% from 255) = 60%

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

R = 28.95%
G = 60%
B = 11.05%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#377215 (or 0x377215) is known color: Bilbao. HEX triplet: 37, 72 and 15. RGB value is (55,114,21). Sum of RGB (Red+Green+Blue) = 55+114+21=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 114 (44.92% from 255 or 60% from 190); Blue value is 21 (8.59% from 255 or 11.05% from 190); Max value from RGB is 114 - color contains mainly: green. Hex color #377215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377215 is #C88DEA. Grayscale: #565656. Windows color (decimal): -13143531 or 1405495. OLE color: 1405495.

HSL color Cylindrical-coordinate representation of color #377215: hue angle of 98.06º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #377215 is Cyan = 0.52, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 114 21 -
CMYK 0.52 0 0.82 0.55
HSL 98.06º 0.69% 0.26% -
HSV(B) 98.06º 0.82% 0.45% -
XYZ 7.73 12.9 2.79 -
YUV 85.76 91.45 106.06 -
System Red Green Blue C M Y K H S L
Decimal 55 114 21 0.52 0 0.82 0.55 98.06 0.69 0.26
Hex 37 72 15 34 0 52 37 62 45 1A
Octal 67 162 25 64 0 122 67 142 105 32
Binary 110111 1110010 10101 110100 0 1010010 110111 1100010 1000101 11010

Color Harmonies of #377215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377215

Black with #377215

Text Example


Text Example

White with #377215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377215; }

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

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

background-color css

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

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

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

border-color css

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

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

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