Html Css Color HEX #377404 Bilbao

📋 copy color: '#377404'

red 55 ◦ green 116 ◦ blue 4

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

Shades of Bilbao #377404

Tints of Bilbao #377404

RGB

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

 GREEN value IS 116 (45.7% from 255) = 66.29%

 BLUE value IS 4 (1.95% from 255) = 2.29%

R = 31.43%
G = 66.29%
B = 2.29%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#377404 (or 0x377404) is known color: Bilbao. HEX triplet: 37, 74 and 04. RGB value is (55,116,4). Sum of RGB (Red+Green+Blue) = 55+116+4=175 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.43% from 175); Green value is 116 (45.70% from 255 or 66.29% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 116 - color contains mainly: green. Hex color #377404 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377404 is #C88BFB. Grayscale: #555555. Windows color (decimal): -13143036 or 291895. OLE color: 291895.

HSL color Cylindrical-coordinate representation of color #377404: hue angle of 92.68º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #377404 is Cyan = 0.53, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 116 4 -
CMYK 0.53 0 0.97 0.55
HSL 92.68º 0.93% 0.24% -
HSV(B) 92.68º 0.97% 0.45% -
XYZ 7.84 13.31 2.27 -
YUV 84.99 82.29 106.61 -
System Red Green Blue C M Y K H S L
Decimal 55 116 4 0.53 0 0.97 0.55 92.68 0.93 0.24
Hex 37 74 4 35 0 61 37 5D 5D 18
Octal 67 164 4 65 0 141 67 135 135 30
Binary 110111 1110100 100 110101 0 1100001 110111 1011101 1011101 11000

Color Harmonies of #377404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377404

Black with #377404

Text Example


Text Example

White with #377404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377404; }

 p { color: rgb(55,116,4); }

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

background-color css

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

 a { background-color: rgb(55,116,4); }

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

border-color css

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

 span { border-color: rgb(55,116,4); }

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