Html Css Color HEX #35372E Green Kelp

📋 copy color: '#35372E'

red 53 ◦ green 55 ◦ blue 46

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

Shades of Green Kelp #35372E

Tints of Green Kelp #35372E

RGB

 RED value IS 53 (21.09% from 255) = 34.42%

 GREEN value IS 55 (21.88% from 255) = 35.71%

 BLUE value IS 46 (18.36% from 255) = 29.87%

R = 34.42%
G = 35.71%
B = 29.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#35372E (or 0x35372E) is known color: Green Kelp. HEX triplet: 35, 37 and 2E. RGB value is (53,55,46). Sum of RGB (Red+Green+Blue) = 53+55+46=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 55 - color contains mainly: green. Hex color #35372E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35372E is #CAC8D1. Grayscale: #353535. Windows color (decimal): -13289682 or 3028789. OLE color: 3028789.

HSL color Cylindrical-coordinate representation of color #35372E: hue angle of 73.33º degrees, saturation: 0.09, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #35372E is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB 53 55 46 -
CMYK 0.04 0 0.16 0.78
HSL 73.33º 0.09% 0.2% -
HSV(B) 73.33º 0.16% 0.22% -
XYZ 3.33 3.69 3.12 -
YUV 53.38 123.84 127.73 -
System Red Green Blue C M Y K H S L
Decimal 53 55 46 0.04 0 0.16 0.78 73.33 0.09 0.2
Hex 35 37 2E 4 0 10 4E 49 9 14
Octal 65 67 56 4 0 20 116 111 11 24
Binary 110101 110111 101110 100 0 10000 1001110 1001001 1001 10100

Color Harmonies of #35372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35372E

Black with #35372E

Text Example


Text Example

White with #35372E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35372E; }

 p { color: rgb(53,55,46); }

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

background-color css

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

 a { background-color: rgb(53,55,46); }

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

border-color css

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

 span { border-color: rgb(53,55,46); }

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