Html Css Color HEX #353928 Green Kelp

📋 copy color: '#353928'

red 53 ◦ green 57 ◦ blue 40

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

Shades of Green Kelp #353928

Tints of Green Kelp #353928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 26.67%

R = 35.33%
G = 38%
B = 26.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.78

RGB Variations

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

Color information

#353928 (or 0x353928) is known color: Green Kelp. HEX triplet: 35, 39 and 28. RGB value is (53,57,40). Sum of RGB (Red+Green+Blue) = 53+57+40=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 57 (22.66% from 255 or 38% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 57 - color contains mainly: green. Hex color #353928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353928 is #CAC6D7. Grayscale: #353535. Windows color (decimal): -13289176 or 2636085. OLE color: 2636085.

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

Color convert

RGB 53 57 40 -
CMYK 0.07 0 0.30 0.78
HSL 74.12º 0.18% 0.19% -
HSV(B) 74.12º 0.3% 0.22% -
XYZ 3.31 3.84 2.57 -
YUV 53.87 120.17 127.38 -
System Red Green Blue C M Y K H S L
Decimal 53 57 40 0.07 0 0.30 0.78 74.12 0.18 0.19
Hex 35 39 28 7 0 1E 4E 4A 12 13
Octal 65 71 50 7 0 36 116 112 22 23
Binary 110101 111001 101000 111 0 11110 1001110 1001010 10010 10011

Color Harmonies of #353928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353928

Black with #353928

Text Example


Text Example

White with #353928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353928; }

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

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

background-color css

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

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

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

border-color css

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

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

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