#505836

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

Shades of Kelp #505836

Tints of Kelp #505836

Color information

#505836 (or 0x505836) is unknown color: approx Kelp. HEX triplet: 50, 58 and 36. RGB value is (80,88,54). Sum of RGB (Red+Green+Blue) = 80+88+54=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 54 (21.48% from 255 or 24.32% from 222); Max value from RGB is 88 - color contains mainly: green. Hex color #505836 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505836 is #AFA7C9. Grayscale: #515151. Windows color (decimal): -11511754 or 3561552. OLE color: 3561552.

HSL color Cylindrical-coordinate representation of color #505836: hue angle of 74.12º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #505836 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.65.

Color convert

RGB808854-
CMYK0.0900.390.65
HSL74.12º23.94%27.84%-
HSV(B)74.12º38.64%34.51%-
XYZ7.468.954.82-
YUV81.73112.35126.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.04%
GREEN value IS 88 (34.77% from 255) = 39.64%
BLUE value IS 54 (21.48% from 255) = 24.32%
R=36.04%
G=39.64%
B=24.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8088540.0900.390.6574.1223.9427.84
Hex5058369027414a181c
Octal12013066110471011123034
Binary1010000101100011011010010100111100000110010101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505836; }

 p { color: rgb(80,88,54); }

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

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

 a { background-color: rgb(80,88,54); }

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

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

 span { border-color: rgb(80,88,54); }

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