Html Css Color HEX #353C19 Turtle Green

📋 copy color: '#353C19'

red 53 ◦ green 60 ◦ blue 25

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

Shades of Turtle Green #353C19

Tints of Turtle Green #353C19

RGB

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

 GREEN value IS 60 (23.83% from 255) = 43.48%

 BLUE value IS 25 (10.16% from 255) = 18.12%

R = 38.41%
G = 43.48%
B = 18.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.76

RGB Variations

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

Color information

#353C19 (or 0x353C19) is known color: Turtle Green. HEX triplet: 35, 3C and 19. RGB value is (53,60,25). Sum of RGB (Red+Green+Blue) = 53+60+25=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 60 (23.83% from 255 or 43.48% from 138); Blue value is 25 (10.16% from 255 or 18.12% from 138); Max value from RGB is 60 - color contains mainly: green. Hex color #353C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353C19 is #CAC3E6. Grayscale: #363636. Windows color (decimal): -13288423 or 1653813. OLE color: 1653813.

HSL color Cylindrical-coordinate representation of color #353C19: hue angle of 72º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #353C19 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.76.

Color convert

RGB 53 60 25 -
CMYK 0.12 0 0.58 0.76
HSL 72º 0.41% 0.17% -
HSV(B) 72º 0.58% 0.24% -
XYZ 3.26 4.06 1.53 -
YUV 53.92 111.68 127.35 -
System Red Green Blue C M Y K H S L
Decimal 53 60 25 0.12 0 0.58 0.76 72 0.41 0.17
Hex 35 3C 19 C 0 3A 4C 48 29 11
Octal 65 74 31 14 0 72 114 110 51 21
Binary 110101 111100 11001 1100 0 111010 1001100 1001000 101001 10001

Color Harmonies of #353C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353C19

Black with #353C19

Text Example


Text Example

White with #353C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,60,25); }

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

background-color css

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

 a { background-color: rgb(53,60,25); }

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

border-color css

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

 span { border-color: rgb(53,60,25); }

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