#36842F

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

Shades of Bilbao #36842F

Tints of Bilbao #36842F

Color information

#36842F (or 0x36842F) is unknown color: approx Bilbao. HEX triplet: 36, 84 and 2F. RGB value is (54,132,47). Sum of RGB (Red+Green+Blue) = 54+132+47=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 132 (51.95% from 255 or 56.65% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 132 - color contains mainly: green. Hex color #36842F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36842F is #C97BD0. Grayscale: #636363. Windows color (decimal): -13204433 or 3114038. OLE color: 3114038.

HSL color Cylindrical-coordinate representation of color #36842F: hue angle of 115.06º 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 #36842F is Cyan = 0.59, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB5413247-
CMYK0.5900.640.48
HSL115.06º47.49%35.1%-
HSV(B)115.06º64.39%51.76%-
XYZ10.2917.495.52-
YUV98.9998.6695.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.18%
GREEN value IS 132 (51.95% from 255) = 56.65%
BLUE value IS 47 (18.75% from 255) = 20.17%
R=23.18%
G=56.65%
B=20.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54132470.5900.640.48115.0647.4935.1
Hex36842F3B04030732f23
Octal6620457730100601635743
Binary11011010000100101111111011010000001100001110011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36842F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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