Html Css Color HEX #354815 Turtle Green

📋 copy color: '#354815'

red 53 ◦ green 72 ◦ blue 21

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

Shades of Turtle Green #354815

Tints of Turtle Green #354815

RGB

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

 GREEN value IS 72 (28.52% from 255) = 49.32%

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

R = 36.3%
G = 49.32%
B = 14.38%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#354815 (or 0x354815) is known color: Turtle Green. HEX triplet: 35, 48 and 15. RGB value is (53,72,21). Sum of RGB (Red+Green+Blue) = 53+72+21=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 72 - color contains mainly: green. Hex color #354815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354815 is #CAB7EA. Grayscale: #3C3C3C. Windows color (decimal): -13285355 or 1394741. OLE color: 1394741.

HSL color Cylindrical-coordinate representation of color #354815: hue angle of 82.35º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #354815 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 72 21 -
CMYK 0.26 0 0.71 0.72
HSL 82.35º 0.55% 0.18% -
HSV(B) 82.35º 0.71% 0.28% -
XYZ 3.92 5.45 1.55 -
YUV 60.51 105.71 122.65 -
System Red Green Blue C M Y K H S L
Decimal 53 72 21 0.26 0 0.71 0.72 82.35 0.55 0.18
Hex 35 48 15 1A 0 47 48 52 37 12
Octal 65 110 25 32 0 107 110 122 67 22
Binary 110101 1001000 10101 11010 0 1000111 1001000 1010010 110111 10010

Color Harmonies of #354815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354815

Black with #354815

Text Example


Text Example

White with #354815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354815; }

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

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

background-color css

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

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

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

border-color css

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

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

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