Html Css Color HEX #354716 Turtle Green

📋 copy color: '#354716'

red 53 ◦ green 71 ◦ blue 22

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

Shades of Turtle Green #354716

Tints of Turtle Green #354716

RGB

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

 GREEN value IS 71 (28.13% from 255) = 48.63%

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

R = 36.3%
G = 48.63%
B = 15.07%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#354716 (or 0x354716) is known color: Turtle Green. HEX triplet: 35, 47 and 16. RGB value is (53,71,22). Sum of RGB (Red+Green+Blue) = 53+71+22=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 71 (28.12% from 255 or 48.63% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 71 - color contains mainly: green. Hex color #354716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354716 is #CAB8E9. Grayscale: #3C3C3C. Windows color (decimal): -13285610 or 1460021. OLE color: 1460021.

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

Color convert

RGB 53 71 22 -
CMYK 0.25 0 0.69 0.72
HSL 82.04º 0.53% 0.18% -
HSV(B) 82.04º 0.69% 0.28% -
XYZ 3.87 5.32 1.58 -
YUV 60.03 106.54 122.98 -
System Red Green Blue C M Y K H S L
Decimal 53 71 22 0.25 0 0.69 0.72 82.04 0.53 0.18
Hex 35 47 16 19 0 45 48 52 35 12
Octal 65 107 26 31 0 105 110 122 65 22
Binary 110101 1000111 10110 11001 0 1000101 1001000 1010010 110101 10010

Color Harmonies of #354716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354716

Black with #354716

Text Example


Text Example

White with #354716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354716; }

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

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

background-color css

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

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

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

border-color css

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

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

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