Html Css Color HEX #515341 Kelp

📋 copy color: '#515341'

red 81 ◦ green 83 ◦ blue 65

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

Shades of Kelp #515341

Tints of Kelp #515341

RGB

 RED value IS 81 (32.03% from 255) = 35.37%

 GREEN value IS 83 (32.81% from 255) = 36.24%

 BLUE value IS 65 (25.78% from 255) = 28.38%

R = 35.37%
G = 36.24%
B = 28.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#515341 (or 0x515341) is known color: Kelp. HEX triplet: 51, 53 and 41. RGB value is (81,83,65). Sum of RGB (Red+Green+Blue) = 81+83+65=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 83 - color contains mainly: green. Hex color #515341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515341 is #AEACBE. Grayscale: #505050. Windows color (decimal): -11447487 or 4281169. OLE color: 4281169.

HSL color Cylindrical-coordinate representation of color #515341: hue angle of 66.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #515341 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 83 65 -
CMYK 0.02 0 0.22 0.67
HSL 66.67º 0.12% 0.29% -
HSV(B) 66.67º 0.22% 0.33% -
XYZ 7.44 8.32 6.21 -
YUV 80.35 119.34 128.46 -
System Red Green Blue C M Y K H S L
Decimal 81 83 65 0.02 0 0.22 0.67 66.67 0.12 0.29
Hex 51 53 41 2 0 16 43 43 C 1D
Octal 121 123 101 2 0 26 103 103 14 35
Binary 1010001 1010011 1000001 10 0 10110 1000011 1000011 1100 11101

Color Harmonies of #515341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515341

Black with #515341

Text Example


Text Example

White with #515341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515341; }

 p { color: rgb(81,83,65); }

 H1.HeaderClassName
 {
   color: #515341;
 }
 .AnyTagClassName
 {
   color: #515341;
 }
</style>

background-color css

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

 a { background-color: rgb(81,83,65); }

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

border-color css

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

 span { border-color: rgb(81,83,65); }

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