Html Css Color HEX #353C17 Turtle Green

📋 copy color: '#353C17'

red 53 ◦ green 60 ◦ blue 23

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

Shades of Turtle Green #353C17

Tints of Turtle Green #353C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 16.91%

R = 38.97%
G = 44.12%
B = 16.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.62

 K value IS 0.76

RGB Variations

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

Color information

#353C17 (or 0x353C17) is known color: Turtle Green. HEX triplet: 35, 3C and 17. RGB value is (53,60,23). Sum of RGB (Red+Green+Blue) = 53+60+23=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 60 (23.83% from 255 or 44.12% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 60 - color contains mainly: green. Hex color #353C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353C17 is #CAC3E8. Grayscale: #353535. Windows color (decimal): -13288425 or 1522741. OLE color: 1522741.

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

Color convert

RGB 53 60 23 -
CMYK 0.12 0 0.62 0.76
HSL 71.35º 0.45% 0.16% -
HSV(B) 71.35º 0.62% 0.24% -
XYZ 3.24 4.05 1.42 -
YUV 53.69 110.68 127.51 -
System Red Green Blue C M Y K H S L
Decimal 53 60 23 0.12 0 0.62 0.76 71.35 0.45 0.16
Hex 35 3C 17 C 0 3E 4C 47 2D 10
Octal 65 74 27 14 0 76 114 107 55 20
Binary 110101 111100 10111 1100 0 111110 1001100 1000111 101101 10000

Color Harmonies of #353C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353C17

Black with #353C17

Text Example


Text Example

White with #353C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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