#37762A

Color #37762A Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #37762A

Tints of Bilbao #37762A

Color information

#37762A (or 0x37762A) is unknown color: approx Bilbao. HEX triplet: 37, 76 and 2A. RGB value is (55,118,42). Sum of RGB (Red+Green+Blue) = 55+118+42=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 118 (46.48% from 255 or 54.88% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 118 - color contains mainly: green. Hex color #37762A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37762A is #C889D5. Grayscale: #5A5A5A. Windows color (decimal): -13142486 or 2782775. OLE color: 2782775.

HSL color Cylindrical-coordinate representation of color #37762A: hue angle of 109.74º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #37762A is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB5511842-
CMYK0.5300.640.54
HSL109.74º47.5%31.37%-
HSV(B)109.74º64.41%46.27%-
XYZ8.4713.944.43-
YUV90.5100.63102.68-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.58%
GREEN value IS 118 (46.48% from 255) = 54.88%
BLUE value IS 42 (16.80% from 255) = 19.53%
R=25.58%
G=54.88%
B=19.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55118420.5300.640.54109.7447.531.37
Hex37762A35040366e301f
Octal6716652650100661566037
Binary110111111011010101011010101000000110110110111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37762A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37762A; }

 p { color: rgb(55,118,42); }

 H1.HeaderClassName
 {
   color: #37762A;
 }
 .AnyTagClassName
 {
   color: #37762A;
 }
</style>
background-color css

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

 a { background-color: rgb(55,118,42); }

 div.DivClassName
 {
   background-color: #37762A;
 }
 .BgClassName
 {
   background-color: #37762A;
 }
</style>
border-color css

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

 span { border-color: rgb(55,118,42); }

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