Html Css Color HEX #353A1C Turtle Green

📋 copy color: '#353A1C'

red 53 ◦ green 58 ◦ blue 28

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

Shades of Turtle Green #353A1C

Tints of Turtle Green #353A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 20.14%

R = 38.13%
G = 41.73%
B = 20.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.52

 K value IS 0.77

RGB Variations

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

Color information

#353A1C (or 0x353A1C) is known color: Turtle Green. HEX triplet: 35, 3A and 1C. RGB value is (53,58,28). Sum of RGB (Red+Green+Blue) = 53+58+28=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 58 (23.05% from 255 or 41.73% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 58 - color contains mainly: green. Hex color #353A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353A1C is #CAC5E3. Grayscale: #353535. Windows color (decimal): -13288932 or 1849909. OLE color: 1849909.

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

Color convert

RGB 53 58 28 -
CMYK 0.09 0 0.52 0.77
HSL 70º 0.35% 0.17% -
HSV(B) 70º 0.52% 0.23% -
XYZ 3.19 3.87 1.68 -
YUV 53.09 113.84 127.94 -
System Red Green Blue C M Y K H S L
Decimal 53 58 28 0.09 0 0.52 0.77 70 0.35 0.17
Hex 35 3A 1C 9 0 34 4D 46 23 11
Octal 65 72 34 11 0 64 115 106 43 21
Binary 110101 111010 11100 1001 0 110100 1001101 1000110 100011 10001

Color Harmonies of #353A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353A1C

Black with #353A1C

Text Example


Text Example

White with #353A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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