Html Css Color HEX #353713 Turtle Green

📋 copy color: '#353713'

red 53 ◦ green 55 ◦ blue 19

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

Shades of Turtle Green #353713

Tints of Turtle Green #353713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 43.31%

 BLUE value IS 19 (7.81% from 255) = 14.96%

R = 41.73%
G = 43.31%
B = 14.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#353713 (or 0x353713) is known color: Turtle Green. HEX triplet: 35, 37 and 13. RGB value is (53,55,19). Sum of RGB (Red+Green+Blue) = 53+55+19=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 55 (21.88% from 255 or 43.31% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 55 - color contains mainly: green. Hex color #353713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353713 is #CAC8EC. Grayscale: #323232. Windows color (decimal): -13289709 or 1259317. OLE color: 1259317.

HSL color Cylindrical-coordinate representation of color #353713: hue angle of 63.33º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #353713 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB 53 55 19 -
CMYK 0.04 0 0.65 0.78
HSL 63.33º 0.49% 0.15% -
HSV(B) 63.33º 0.65% 0.22% -
XYZ 2.95 3.54 1.14 -
YUV 50.3 110.34 129.93 -
System Red Green Blue C M Y K H S L
Decimal 53 55 19 0.04 0 0.65 0.78 63.33 0.49 0.15
Hex 35 37 13 4 0 41 4E 3F 31 F
Octal 65 67 23 4 0 101 116 77 61 17
Binary 110101 110111 10011 100 0 1000001 1001110 111111 110001 1111

Color Harmonies of #353713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353713

Black with #353713

Text Example


Text Example

White with #353713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353713; }

 p { color: rgb(53,55,19); }

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

background-color css

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

 a { background-color: rgb(53,55,19); }

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

border-color css

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

 span { border-color: rgb(53,55,19); }

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