Html Css Color HEX #344816 Turtle Green

📋 copy color: '#344816'

red 52 ◦ green 72 ◦ blue 22

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

Shades of Turtle Green #344816

Tints of Turtle Green #344816

RGB

 RED value IS 52 (20.7% from 255) = 35.62%

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

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

R = 35.62%
G = 49.32%
B = 15.07%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#344816 (or 0x344816) is known color: Turtle Green. HEX triplet: 34, 48 and 16. RGB value is (52,72,22). Sum of RGB (Red+Green+Blue) = 52+72+22=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 72 - color contains mainly: green. Hex color #344816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344816 is #CBB7E9. Grayscale: #3C3C3C. Windows color (decimal): -13350890 or 1460276. OLE color: 1460276.

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

Color convert

RGB 52 72 22 -
CMYK 0.28 0 0.69 0.72
HSL 84º 0.53% 0.18% -
HSV(B) 84º 0.69% 0.28% -
XYZ 3.88 5.42 1.6 -
YUV 60.32 106.37 122.07 -
System Red Green Blue C M Y K H S L
Decimal 52 72 22 0.28 0 0.69 0.72 84 0.53 0.18
Hex 34 48 16 1C 0 45 48 54 35 12
Octal 64 110 26 34 0 105 110 124 65 22
Binary 110100 1001000 10110 11100 0 1000101 1001000 1010100 110101 10010

Color Harmonies of #344816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344816

Black with #344816

Text Example


Text Example

White with #344816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344816; }

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

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

background-color css

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

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

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

border-color css

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

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

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