Html Css Color HEX #353915 Turtle Green

📋 copy color: '#353915'

red 53 ◦ green 57 ◦ blue 21

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

Shades of Turtle Green #353915

Tints of Turtle Green #353915

RGB

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

 GREEN value IS 57 (22.66% from 255) = 43.51%

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

R = 40.46%
G = 43.51%
B = 16.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#353915 (or 0x353915) is known color: Turtle Green. HEX triplet: 35, 39 and 15. RGB value is (53,57,21). Sum of RGB (Red+Green+Blue) = 53+57+21=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 57 (22.66% from 255 or 43.51% from 131); Blue value is 21 (8.59% from 255 or 16.03% from 131); Max value from RGB is 57 - color contains mainly: green. Hex color #353915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353915 is #CAC6EA. Grayscale: #333333. Windows color (decimal): -13289195 or 1390901. OLE color: 1390901.

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

Color convert

RGB 53 57 21 -
CMYK 0.07 0 0.63 0.78
HSL 66.67º 0.46% 0.15% -
HSV(B) 66.67º 0.63% 0.22% -
XYZ 3.07 3.74 1.27 -
YUV 51.7 110.67 128.93 -
System Red Green Blue C M Y K H S L
Decimal 53 57 21 0.07 0 0.63 0.78 66.67 0.46 0.15
Hex 35 39 15 7 0 3F 4E 43 2E F
Octal 65 71 25 7 0 77 116 103 56 17
Binary 110101 111001 10101 111 0 111111 1001110 1000011 101110 1111

Color Harmonies of #353915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353915

Black with #353915

Text Example


Text Example

White with #353915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353915; }

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

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

background-color css

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

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

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

border-color css

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

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

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