Html Css Color HEX #354916 Turtle Green

📋 copy color: '#354916'

red 53 ◦ green 73 ◦ blue 22

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

Shades of Turtle Green #354916

Tints of Turtle Green #354916

RGB

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

 GREEN value IS 73 (28.91% from 255) = 49.32%

 BLUE value IS 22 (8.98% from 255) = 14.86%

R = 35.81%
G = 49.32%
B = 14.86%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.70

 K value IS 0.71

RGB Variations

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

Color information

#354916 (or 0x354916) is known color: Turtle Green. HEX triplet: 35, 49 and 16. RGB value is (53,73,22). Sum of RGB (Red+Green+Blue) = 53+73+22=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 73 (28.91% from 255 or 49.32% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 73 - color contains mainly: green. Hex color #354916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354916 is #CAB6E9. Grayscale: #3D3D3D. Windows color (decimal): -13285098 or 1460533. OLE color: 1460533.

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

Color convert

RGB 53 73 22 -
CMYK 0.27 0 0.70 0.71
HSL 83.53º 0.54% 0.19% -
HSV(B) 83.53º 0.7% 0.29% -
XYZ 4 5.58 1.63 -
YUV 61.21 105.87 122.15 -
System Red Green Blue C M Y K H S L
Decimal 53 73 22 0.27 0 0.70 0.71 83.53 0.54 0.19
Hex 35 49 16 1B 0 46 47 54 36 13
Octal 65 111 26 33 0 106 107 124 66 23
Binary 110101 1001001 10110 11011 0 1000110 1000111 1010100 110110 10011

Color Harmonies of #354916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354916

Black with #354916

Text Example


Text Example

White with #354916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354916; }

 p { color: rgb(53,73,22); }

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

background-color css

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

 a { background-color: rgb(53,73,22); }

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

border-color css

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

 span { border-color: rgb(53,73,22); }

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