Html Css Color HEX #353B1E Turtle Green

📋 copy color: '#353B1E'

red 53 ◦ green 59 ◦ blue 30

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

Shades of Turtle Green #353B1E

Tints of Turtle Green #353B1E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 41.55%

 BLUE value IS 30 (12.11% from 255) = 21.13%

R = 37.32%
G = 41.55%
B = 21.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.77

RGB Variations

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

Color information

#353B1E (or 0x353B1E) is known color: Turtle Green. HEX triplet: 35, 3B and 1E. RGB value is (53,59,30). Sum of RGB (Red+Green+Blue) = 53+59+30=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 59 (23.44% from 255 or 41.55% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 59 - color contains mainly: green. Hex color #353B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353B1E is #CAC4E1. Grayscale: #363636. Windows color (decimal): -13288674 or 1981237. OLE color: 1981237.

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

Color convert

RGB 53 59 30 -
CMYK 0.10 0 0.49 0.77
HSL 72.41º 0.33% 0.17% -
HSV(B) 72.41º 0.49% 0.23% -
XYZ 3.27 3.98 1.82 -
YUV 53.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 53 59 30 0.10 0 0.49 0.77 72.41 0.33 0.17
Hex 35 3B 1E A 0 31 4D 48 21 11
Octal 65 73 36 12 0 61 115 110 41 21
Binary 110101 111011 11110 1010 0 110001 1001101 1001000 100001 10001

Color Harmonies of #353B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353B1E

Black with #353B1E

Text Example


Text Example

White with #353B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,59,30); }

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

background-color css

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

 a { background-color: rgb(53,59,30); }

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

border-color css

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

 span { border-color: rgb(53,59,30); }

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