Html Css Color HEX #35372A Green Kelp

📋 copy color: '#35372A'

red 53 ◦ green 55 ◦ blue 42

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

Shades of Green Kelp #35372A

Tints of Green Kelp #35372A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 28%

R = 35.33%
G = 36.67%
B = 28%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.78

RGB Variations

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

Color information

#35372A (or 0x35372A) is known color: Green Kelp. HEX triplet: 35, 37 and 2A. RGB value is (53,55,42). Sum of RGB (Red+Green+Blue) = 53+55+42=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 55 - color contains mainly: green. Hex color #35372A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35372A is #CAC8D5. Grayscale: #343434. Windows color (decimal): -13289686 or 2766645. OLE color: 2766645.

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

Color convert

RGB 53 55 42 -
CMYK 0.04 0 0.24 0.78
HSL 69.23º 0.13% 0.19% -
HSV(B) 69.23º 0.24% 0.22% -
XYZ 3.25 3.66 2.72 -
YUV 52.92 121.84 128.06 -
System Red Green Blue C M Y K H S L
Decimal 53 55 42 0.04 0 0.24 0.78 69.23 0.13 0.19
Hex 35 37 2A 4 0 18 4E 45 D 13
Octal 65 67 52 4 0 30 116 105 15 23
Binary 110101 110111 101010 100 0 11000 1001110 1000101 1101 10011

Color Harmonies of #35372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35372A

Black with #35372A

Text Example


Text Example

White with #35372A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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