Html Css Color HEX #377310 Bilbao

📋 copy color: '#377310'

red 55 ◦ green 115 ◦ blue 16

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

Shades of Bilbao #377310

Tints of Bilbao #377310

RGB

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

 GREEN value IS 115 (45.31% from 255) = 61.83%

 BLUE value IS 16 (6.64% from 255) = 8.6%

R = 29.57%
G = 61.83%
B = 8.6%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#377310 (or 0x377310) is known color: Bilbao. HEX triplet: 37, 73 and 10. RGB value is (55,115,16). Sum of RGB (Red+Green+Blue) = 55+115+16=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 115 (45.31% from 255 or 61.83% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 115 - color contains mainly: green. Hex color #377310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377310 is #C88CEF. Grayscale: #565656. Windows color (decimal): -13143280 or 1078071. OLE color: 1078071.

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

Color convert

RGB 55 115 16 -
CMYK 0.52 0 0.86 0.55
HSL 96.36º 0.76% 0.26% -
HSV(B) 96.36º 0.86% 0.45% -
XYZ 7.8 13.11 2.61 -
YUV 85.77 88.62 106.05 -
System Red Green Blue C M Y K H S L
Decimal 55 115 16 0.52 0 0.86 0.55 96.36 0.76 0.26
Hex 37 73 10 34 0 56 37 60 4C 1A
Octal 67 163 20 64 0 126 67 140 114 32
Binary 110111 1110011 10000 110100 0 1010110 110111 1100000 1001100 11010

Color Harmonies of #377310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377310

Black with #377310

Text Example


Text Example

White with #377310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377310; }

 p { color: rgb(55,115,16); }

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

background-color css

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

 a { background-color: rgb(55,115,16); }

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

border-color css

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

 span { border-color: rgb(55,115,16); }

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