Html Css Color HEX #353825 Green Kelp

📋 copy color: '#353825'

red 53 ◦ green 56 ◦ blue 37

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

Shades of Green Kelp #353825

Tints of Green Kelp #353825

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.36%

 BLUE value IS 37 (14.84% from 255) = 25.34%

R = 36.3%
G = 38.36%
B = 25.34%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.34

 K value IS 0.78

RGB Variations

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

Color information

#353825 (or 0x353825) is known color: Green Kelp. HEX triplet: 35, 38 and 25. RGB value is (53,56,37). Sum of RGB (Red+Green+Blue) = 53+56+37=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 56 - color contains mainly: green. Hex color #353825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353825 is #CAC7DA. Grayscale: #353535. Windows color (decimal): -13289435 or 2439221. OLE color: 2439221.

HSL color Cylindrical-coordinate representation of color #353825: hue angle of 69.47º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #353825 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.78.

Color convert

RGB 53 56 37 -
CMYK 0.05 0 0.34 0.78
HSL 69.47º 0.2% 0.18% -
HSV(B) 69.47º 0.34% 0.22% -
XYZ 3.22 3.72 2.3 -
YUV 52.94 119.01 128.04 -
System Red Green Blue C M Y K H S L
Decimal 53 56 37 0.05 0 0.34 0.78 69.47 0.2 0.18
Hex 35 38 25 5 0 22 4E 45 14 12
Octal 65 70 45 5 0 42 116 105 24 22
Binary 110101 111000 100101 101 0 100010 1001110 1000101 10100 10010

Color Harmonies of #353825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353825

Black with #353825

Text Example


Text Example

White with #353825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353825; }

 p { color: rgb(53,56,37); }

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

background-color css

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

 a { background-color: rgb(53,56,37); }

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

border-color css

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

 span { border-color: rgb(53,56,37); }

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