Html Css Color HEX #505836 Kelp

📋 copy color: '#505836'

red 80 ◦ green 88 ◦ blue 54

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

Shades of Kelp #505836

Tints of Kelp #505836

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 value IS 0.09

 M value IS 0

 Y value IS 0.39

 K value IS 0.65

RGB Variations

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

Color information

#505836 (or 0x505836) is known color: 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

RGB 80 88 54 -
CMYK 0.09 0 0.39 0.65
HSL 74.12º 0.24% 0.28% -
HSV(B) 74.12º 0.39% 0.35% -
XYZ 7.46 8.95 4.82 -
YUV 81.73 112.35 126.76 -
System Red Green Blue C M Y K H S L
Decimal 80 88 54 0.09 0 0.39 0.65 74.12 0.24 0.28
Hex 50 58 36 9 0 27 41 4A 18 1C
Octal 120 130 66 11 0 47 101 112 30 34
Binary 1010000 1011000 110110 1001 0 100111 1000001 1001010 11000 11100

Color Harmonies of #505836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505836

Black with #505836

Text Example


Text Example

White with #505836

Text Example


Text Example

HTML Codes & Css Web 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>