Html Css Color HEX #353715 Turtle Green

📋 copy color: '#353715'

red 53 ◦ green 55 ◦ blue 21

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

Shades of Turtle Green #353715

Tints of Turtle Green #353715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.28%

R = 41.09%
G = 42.64%
B = 16.28%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.62

 K value IS 0.78

RGB Variations

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

Color information

#353715 (or 0x353715) is known color: Turtle Green. HEX triplet: 35, 37 and 15. RGB value is (53,55,21). Sum of RGB (Red+Green+Blue) = 53+55+21=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 55 (21.88% from 255 or 42.64% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 55 - color contains mainly: green. Hex color #353715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353715 is #CAC8EA. Grayscale: #323232. Windows color (decimal): -13289707 or 1390389. OLE color: 1390389.

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

Color convert

RGB 53 55 21 -
CMYK 0.04 0 0.62 0.78
HSL 63.53º 0.45% 0.15% -
HSV(B) 63.53º 0.62% 0.22% -
XYZ 2.97 3.54 1.24 -
YUV 50.53 111.34 129.76 -
System Red Green Blue C M Y K H S L
Decimal 53 55 21 0.04 0 0.62 0.78 63.53 0.45 0.15
Hex 35 37 15 4 0 3E 4E 40 2D F
Octal 65 67 25 4 0 76 116 100 55 17
Binary 110101 110111 10101 100 0 111110 1001110 1000000 101101 1111

Color Harmonies of #353715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353715

Black with #353715

Text Example


Text Example

White with #353715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353715; }

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

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

background-color css

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

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

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

border-color css

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

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

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