Html Css Color HEX #377716 Bilbao

📋 copy color: '#377716'

red 55 ◦ green 119 ◦ blue 22

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

Shades of Bilbao #377716

Tints of Bilbao #377716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.22%

R = 28.06%
G = 60.71%
B = 11.22%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#377716 (or 0x377716) is known color: Bilbao. HEX triplet: 37, 77 and 16. RGB value is (55,119,22). Sum of RGB (Red+Green+Blue) = 55+119+22=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 119 (46.88% from 255 or 60.71% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 119 - color contains mainly: green. Hex color #377716 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377716 is #C888E9. Grayscale: #595959. Windows color (decimal): -13142250 or 1472311. OLE color: 1472311.

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

Color convert

RGB 55 119 22 -
CMYK 0.54 0 0.82 0.53
HSL 99.59º 0.69% 0.28% -
HSV(B) 99.59º 0.82% 0.47% -
XYZ 8.32 14.06 3.04 -
YUV 88.81 90.3 103.89 -
System Red Green Blue C M Y K H S L
Decimal 55 119 22 0.54 0 0.82 0.53 99.59 0.69 0.28
Hex 37 77 16 36 0 52 35 64 45 1C
Octal 67 167 26 66 0 122 65 144 105 34
Binary 110111 1110111 10110 110110 0 1010010 110101 1100100 1000101 11100

Color Harmonies of #377716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377716

Black with #377716

Text Example


Text Example

White with #377716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377716; }

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

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

background-color css

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

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

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

border-color css

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

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

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