Html Css Color HEX #377307 Bilbao

📋 copy color: '#377307'

red 55 ◦ green 115 ◦ blue 7

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

Shades of Bilbao #377307

Tints of Bilbao #377307

RGB

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

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

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

R = 31.07%
G = 64.97%
B = 3.95%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#377307 (or 0x377307) is known color: Bilbao. HEX triplet: 37, 73 and 07. RGB value is (55,115,7). Sum of RGB (Red+Green+Blue) = 55+115+7=177 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.07% from 177); Green value is 115 (45.31% from 255 or 64.97% from 177); Blue value is 7 (3.12% from 255 or 3.95% from 177); Max value from RGB is 115 - color contains mainly: green. Hex color #377307 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377307 is #C88CF8. Grayscale: #555555. Windows color (decimal): -13143289 or 488247. OLE color: 488247.

HSL color Cylindrical-coordinate representation of color #377307: hue angle of 93.33º 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 #377307 is Cyan = 0.52, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 115 7 -
CMYK 0.52 0 0.94 0.55
HSL 93.33º 0.89% 0.24% -
HSV(B) 93.33º 0.94% 0.45% -
XYZ 7.74 13.09 2.32 -
YUV 84.75 84.12 106.78 -
System Red Green Blue C M Y K H S L
Decimal 55 115 7 0.52 0 0.94 0.55 93.33 0.89 0.24
Hex 37 73 7 34 0 5E 37 5D 59 18
Octal 67 163 7 64 0 136 67 135 131 30
Binary 110111 1110011 111 110100 0 1011110 110111 1011101 1011001 11000

Color Harmonies of #377307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377307

Black with #377307

Text Example


Text Example

White with #377307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377307; }

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

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

background-color css

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

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

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

border-color css

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

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

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