#37842F

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

Shades of Bilbao #37842F

Tints of Bilbao #37842F

Color information

#37842F (or 0x37842F) is unknown color: approx Bilbao. HEX triplet: 37, 84 and 2F. RGB value is (55,132,47). Sum of RGB (Red+Green+Blue) = 55+132+47=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 132 (51.95% from 255 or 56.41% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 132 - color contains mainly: green. Hex color #37842F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37842F is #C87BD0. Grayscale: #636363. Windows color (decimal): -13138897 or 3114039. OLE color: 3114039.

HSL color Cylindrical-coordinate representation of color #37842F: hue angle of 114.35º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #37842F is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB5513247-
CMYK0.5800.640.48
HSL114.35º47.49%35.1%-
HSV(B)114.35º64.39%51.76%-
XYZ10.3417.525.53-
YUV99.2998.4996.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.50%
GREEN value IS 132 (51.95% from 255) = 56.41%
BLUE value IS 47 (18.75% from 255) = 20.09%
R=23.50%
G=56.41%
B=20.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55132470.5800.640.48114.3547.4935.1
Hex37842F3A04030722f23
Octal6720457720100601625743
Binary11011110000100101111111010010000001100001110010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37842F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37842F; }

 p { color: rgb(55,132,47); }

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

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

 a { background-color: rgb(55,132,47); }

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

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

 span { border-color: rgb(55,132,47); }

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