Html Css Color HEX #354D16 Turtle Green

📋 copy color: '#354D16'

red 53 ◦ green 77 ◦ blue 22

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

Shades of Turtle Green #354D16

Tints of Turtle Green #354D16

RGB

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

 GREEN value IS 77 (30.47% from 255) = 50.66%

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

R = 34.87%
G = 50.66%
B = 14.47%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.71

 K value IS 0.70

RGB Variations

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

Color information

#354D16 (or 0x354D16) is known color: Turtle Green. HEX triplet: 35, 4D and 16. RGB value is (53,77,22). Sum of RGB (Red+Green+Blue) = 53+77+22=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 77 (30.47% from 255 or 50.66% from 152); Blue value is 22 (8.98% from 255 or 14.47% from 152); Max value from RGB is 77 - color contains mainly: green. Hex color #354D16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #354D16 is #CAB2E9. Grayscale: #3F3F3F. Windows color (decimal): -13284074 or 1461557. OLE color: 1461557.

HSL color Cylindrical-coordinate representation of color #354D16: hue angle of 86.18º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #354D16 is Cyan = 0.31, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.70.

Color convert

RGB 53 77 22 -
CMYK 0.31 0 0.71 0.70
HSL 86.18º 0.56% 0.19% -
HSV(B) 86.18º 0.71% 0.3% -
XYZ 4.27 6.12 1.72 -
YUV 63.55 104.55 120.47 -
System Red Green Blue C M Y K H S L
Decimal 53 77 22 0.31 0 0.71 0.70 86.18 0.56 0.19
Hex 35 4D 16 1F 0 47 46 56 38 13
Octal 65 115 26 37 0 107 106 126 70 23
Binary 110101 1001101 10110 11111 0 1000111 1000110 1010110 111000 10011

Color Harmonies of #354D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354D16

Black with #354D16

Text Example


Text Example

White with #354D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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