Html Css Color HEX #354216 Turtle Green

📋 copy color: '#354216'

red 53 ◦ green 66 ◦ blue 22

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

Shades of Turtle Green #354216

Tints of Turtle Green #354216

RGB

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

 GREEN value IS 66 (26.17% from 255) = 46.81%

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

R = 37.59%
G = 46.81%
B = 15.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#354216 (or 0x354216) is known color: Turtle Green. HEX triplet: 35, 42 and 16. RGB value is (53,66,22). Sum of RGB (Red+Green+Blue) = 53+66+22=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 22 (8.98% from 255 or 15.60% from 141); Max value from RGB is 66 - color contains mainly: green. Hex color #354216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354216 is #CABDE9. Grayscale: #393939. Windows color (decimal): -13286890 or 1458741. OLE color: 1458741.

HSL color Cylindrical-coordinate representation of color #354216: hue angle of 77.73º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #354216 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 66 22 -
CMYK 0.20 0 0.67 0.74
HSL 77.73º 0.5% 0.17% -
HSV(B) 77.73º 0.67% 0.26% -
XYZ 3.56 4.71 1.48 -
YUV 57.1 108.19 125.08 -
System Red Green Blue C M Y K H S L
Decimal 53 66 22 0.20 0 0.67 0.74 77.73 0.5 0.17
Hex 35 42 16 14 0 43 4A 4E 32 11
Octal 65 102 26 24 0 103 112 116 62 21
Binary 110101 1000010 10110 10100 0 1000011 1001010 1001110 110010 10001

Color Harmonies of #354216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354216

Black with #354216

Text Example


Text Example

White with #354216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354216; }

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

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

background-color css

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

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

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

border-color css

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

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

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