Html Css Color HEX #354816 Turtle Green

📋 copy color: '#354816'

red 53 ◦ green 72 ◦ blue 22

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

Shades of Turtle Green #354816

Tints of Turtle Green #354816

RGB

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

 GREEN value IS 72 (28.52% from 255) = 48.98%

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

R = 36.05%
G = 48.98%
B = 14.97%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#354816 (or 0x354816) is known color: Turtle Green. HEX triplet: 35, 48 and 16. RGB value is (53,72,22). Sum of RGB (Red+Green+Blue) = 53+72+22=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 72 (28.52% from 255 or 48.98% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 72 - color contains mainly: green. Hex color #354816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354816 is #CAB7E9. Grayscale: #3C3C3C. Windows color (decimal): -13285354 or 1460277. OLE color: 1460277.

HSL color Cylindrical-coordinate representation of color #354816: hue angle of 82.8º 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 #354816 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 72 22 -
CMYK 0.26 0 0.69 0.72
HSL 82.8º 0.53% 0.18% -
HSV(B) 82.8º 0.69% 0.28% -
XYZ 3.93 5.45 1.6 -
YUV 60.62 106.21 122.57 -
System Red Green Blue C M Y K H S L
Decimal 53 72 22 0.26 0 0.69 0.72 82.8 0.53 0.18
Hex 35 48 16 1A 0 45 48 53 35 12
Octal 65 110 26 32 0 105 110 123 65 22
Binary 110101 1001000 10110 11010 0 1000101 1001000 1010011 110101 10010

Color Harmonies of #354816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354816

Black with #354816

Text Example


Text Example

White with #354816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354816; }

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

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

background-color css

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

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

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

border-color css

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

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

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