Html Css Color HEX #35392A Green Kelp

📋 copy color: '#35392A'

red 53 ◦ green 57 ◦ blue 42

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

Shades of Green Kelp #35392A

Tints of Green Kelp #35392A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 37.5%

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

R = 34.87%
G = 37.5%
B = 27.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.78

RGB Variations

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

Color information

#35392A (or 0x35392A) is known color: Green Kelp. HEX triplet: 35, 39 and 2A. RGB value is (53,57,42). Sum of RGB (Red+Green+Blue) = 53+57+42=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 57 - color contains mainly: green. Hex color #35392A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35392A is #CAC6D5. Grayscale: #363636. Windows color (decimal): -13289174 or 2767157. OLE color: 2767157.

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

Color convert

RGB 53 57 42 -
CMYK 0.07 0 0.26 0.78
HSL 76º 0.15% 0.19% -
HSV(B) 76º 0.26% 0.22% -
XYZ 3.35 3.85 2.76 -
YUV 54.09 121.17 127.22 -
System Red Green Blue C M Y K H S L
Decimal 53 57 42 0.07 0 0.26 0.78 76 0.15 0.19
Hex 35 39 2A 7 0 1A 4E 4C F 13
Octal 65 71 52 7 0 32 116 114 17 23
Binary 110101 111001 101010 111 0 11010 1001110 1001100 1111 10011

Color Harmonies of #35392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35392A

Black with #35392A

Text Example


Text Example

White with #35392A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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