Html Css Color HEX #354615 Turtle Green

📋 copy color: '#354615'

red 53 ◦ green 70 ◦ blue 21

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

Shades of Turtle Green #354615

Tints of Turtle Green #354615

RGB

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

 GREEN value IS 70 (27.73% from 255) = 48.61%

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

R = 36.81%
G = 48.61%
B = 14.58%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#354615 (or 0x354615) is known color: Turtle Green. HEX triplet: 35, 46 and 15. RGB value is (53,70,21). Sum of RGB (Red+Green+Blue) = 53+70+21=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 70 (27.73% from 255 or 48.61% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 70 - color contains mainly: green. Hex color #354615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354615 is #CAB9EA. Grayscale: #3B3B3B. Windows color (decimal): -13285867 or 1394229. OLE color: 1394229.

HSL color Cylindrical-coordinate representation of color #354615: hue angle of 80.82º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #354615 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 70 21 -
CMYK 0.24 0 0.70 0.73
HSL 80.82º 0.54% 0.18% -
HSV(B) 80.82º 0.7% 0.27% -
XYZ 3.79 5.19 1.51 -
YUV 59.33 106.37 123.48 -
System Red Green Blue C M Y K H S L
Decimal 53 70 21 0.24 0 0.70 0.73 80.82 0.54 0.18
Hex 35 46 15 18 0 46 49 51 36 12
Octal 65 106 25 30 0 106 111 121 66 22
Binary 110101 1000110 10101 11000 0 1000110 1001001 1010001 110110 10010

Color Harmonies of #354615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354615

Black with #354615

Text Example


Text Example

White with #354615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354615; }

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

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

background-color css

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

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

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

border-color css

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

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

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