Html Css Color HEX #377407 Bilbao

📋 copy color: '#377407'

red 55 ◦ green 116 ◦ blue 7

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

Shades of Bilbao #377407

Tints of Bilbao #377407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.93%

R = 30.9%
G = 65.17%
B = 3.93%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#377407 (or 0x377407) is known color: Bilbao. HEX triplet: 37, 74 and 07. RGB value is (55,116,7). Sum of RGB (Red+Green+Blue) = 55+116+7=178 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.90% from 178); Green value is 116 (45.70% from 255 or 65.17% from 178); Blue value is 7 (3.12% from 255 or 3.93% from 178); Max value from RGB is 116 - color contains mainly: green. Hex color #377407 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377407 is #C88BF8. Grayscale: #555555. Windows color (decimal): -13143033 or 488503. OLE color: 488503.

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

Color convert

RGB 55 116 7 -
CMYK 0.53 0 0.94 0.55
HSL 93.58º 0.89% 0.24% -
HSV(B) 93.58º 0.94% 0.45% -
XYZ 7.86 13.32 2.36 -
YUV 85.34 83.79 106.36 -
System Red Green Blue C M Y K H S L
Decimal 55 116 7 0.53 0 0.94 0.55 93.58 0.89 0.24
Hex 37 74 7 35 0 5E 37 5E 59 18
Octal 67 164 7 65 0 136 67 136 131 30
Binary 110111 1110100 111 110101 0 1011110 110111 1011110 1011001 11000

Color Harmonies of #377407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377407

Black with #377407

Text Example


Text Example

White with #377407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377407; }

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

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

background-color css

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

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

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

border-color css

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

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

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