Html Css Color HEX #376F1D Bilbao

📋 copy color: '#376F1D'

red 55 ◦ green 111 ◦ blue 29

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

Shades of Bilbao #376F1D

Tints of Bilbao #376F1D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 56.92%

 BLUE value IS 29 (11.72% from 255) = 14.87%

R = 28.21%
G = 56.92%
B = 14.87%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#376F1D (or 0x376F1D) is known color: Bilbao. HEX triplet: 37, 6F and 1D. RGB value is (55,111,29). Sum of RGB (Red+Green+Blue) = 55+111+29=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 111 (43.75% from 255 or 56.92% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 111 - color contains mainly: green. Hex color #376F1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376F1D is #C890E2. Grayscale: #555555. Windows color (decimal): -13144291 or 1929015. OLE color: 1929015.

HSL color Cylindrical-coordinate representation of color #376F1D: hue angle of 100.98º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #376F1D is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 111 29 -
CMYK 0.50 0 0.74 0.56
HSL 100.98º 0.59% 0.27% -
HSV(B) 100.98º 0.74% 0.44% -
XYZ 7.48 12.27 3.14 -
YUV 84.91 96.45 106.67 -
System Red Green Blue C M Y K H S L
Decimal 55 111 29 0.50 0 0.74 0.56 100.98 0.59 0.27
Hex 37 6F 1D 32 0 4A 38 65 3B 1B
Octal 67 157 35 62 0 112 70 145 73 33
Binary 110111 1101111 11101 110010 0 1001010 111000 1100101 111011 11011

Color Harmonies of #376F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376F1D

Black with #376F1D

Text Example


Text Example

White with #376F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376F1D; }

 p { color: rgb(55,111,29); }

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

background-color css

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

 a { background-color: rgb(55,111,29); }

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

border-color css

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

 span { border-color: rgb(55,111,29); }

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