Html Css Color HEX #353A27 Green Kelp

📋 copy color: '#353A27'

red 53 ◦ green 58 ◦ blue 39

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

Shades of Green Kelp #353A27

Tints of Green Kelp #353A27

RGB

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

 GREEN value IS 58 (23.05% from 255) = 38.67%

 BLUE value IS 39 (15.63% from 255) = 26%

R = 35.33%
G = 38.67%
B = 26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.77

RGB Variations

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

Color information

#353A27 (or 0x353A27) is known color: Green Kelp. HEX triplet: 35, 3A and 27. RGB value is (53,58,39). Sum of RGB (Red+Green+Blue) = 53+58+39=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 58 (23.05% from 255 or 38.67% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 58 - color contains mainly: green. Hex color #353A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353A27 is #CAC5D8. Grayscale: #363636. Windows color (decimal): -13288921 or 2570805. OLE color: 2570805.

HSL color Cylindrical-coordinate representation of color #353A27: hue angle of 75.79º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #353A27 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.77.

Color convert

RGB 53 58 39 -
CMYK 0.09 0 0.33 0.77
HSL 75.79º 0.2% 0.19% -
HSV(B) 75.79º 0.33% 0.23% -
XYZ 3.35 3.93 2.5 -
YUV 54.34 119.34 127.04 -
System Red Green Blue C M Y K H S L
Decimal 53 58 39 0.09 0 0.33 0.77 75.79 0.2 0.19
Hex 35 3A 27 9 0 21 4D 4C 14 13
Octal 65 72 47 11 0 41 115 114 24 23
Binary 110101 111010 100111 1001 0 100001 1001101 1001100 10100 10011

Color Harmonies of #353A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353A27

Black with #353A27

Text Example


Text Example

White with #353A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353A27; }

 p { color: rgb(53,58,39); }

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

background-color css

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

 a { background-color: rgb(53,58,39); }

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

border-color css

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

 span { border-color: rgb(53,58,39); }

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