Html Css Color HEX #353A22 Turtle Green

📋 copy color: '#353A22'

red 53 ◦ green 58 ◦ blue 34

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

Shades of Turtle Green #353A22

Tints of Turtle Green #353A22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 23.45%

R = 36.55%
G = 40%
B = 23.45%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.77

RGB Variations

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

Color information

#353A22 (or 0x353A22) is known color: Turtle Green. HEX triplet: 35, 3A and 22. RGB value is (53,58,34). Sum of RGB (Red+Green+Blue) = 53+58+34=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 58 (23.05% from 255 or 40% from 145); Blue value is 34 (13.67% from 255 or 23.45% from 145); Max value from RGB is 58 - color contains mainly: green. Hex color #353A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353A22 is #CAC5DD. Grayscale: #353535. Windows color (decimal): -13288926 or 2243125. OLE color: 2243125.

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

Color convert

RGB 53 58 34 -
CMYK 0.09 0 0.41 0.77
HSL 72.5º 0.26% 0.18% -
HSV(B) 72.5º 0.41% 0.23% -
XYZ 3.27 3.9 2.09 -
YUV 53.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 53 58 34 0.09 0 0.41 0.77 72.5 0.26 0.18
Hex 35 3A 22 9 0 29 4D 48 1A 12
Octal 65 72 42 11 0 51 115 110 32 22
Binary 110101 111010 100010 1001 0 101001 1001101 1001000 11010 10010

Color Harmonies of #353A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353A22

Black with #353A22

Text Example


Text Example

White with #353A22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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