Html Css Color HEX #353922 Turtle Green

📋 copy color: '#353922'

red 53 ◦ green 57 ◦ blue 34

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

Shades of Turtle Green #353922

Tints of Turtle Green #353922

RGB

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

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

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

R = 36.81%
G = 39.58%
B = 23.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.40

 K value IS 0.78

RGB Variations

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

Color information

#353922 (or 0x353922) is known color: Turtle Green. HEX triplet: 35, 39 and 22. RGB value is (53,57,34). Sum of RGB (Red+Green+Blue) = 53+57+34=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 57 (22.66% from 255 or 39.58% from 144); Blue value is 34 (13.67% from 255 or 23.61% from 144); Max value from RGB is 57 - color contains mainly: green. Hex color #353922 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353922 is #CAC6DD. Grayscale: #353535. Windows color (decimal): -13289182 or 2242869. OLE color: 2242869.

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

Color convert

RGB 53 57 34 -
CMYK 0.07 0 0.40 0.78
HSL 70.43º 0.25% 0.18% -
HSV(B) 70.43º 0.4% 0.22% -
XYZ 3.22 3.8 2.08 -
YUV 53.18 117.17 127.87 -
System Red Green Blue C M Y K H S L
Decimal 53 57 34 0.07 0 0.40 0.78 70.43 0.25 0.18
Hex 35 39 22 7 0 28 4E 46 19 12
Octal 65 71 42 7 0 50 116 106 31 22
Binary 110101 111001 100010 111 0 101000 1001110 1000110 11001 10010

Color Harmonies of #353922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353922

Black with #353922

Text Example


Text Example

White with #353922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353922; }

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

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

background-color css

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

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

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

border-color css

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

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

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