Html Css Color HEX #344916 Turtle Green

📋 copy color: '#344916'

red 52 ◦ green 73 ◦ blue 22

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

Shades of Turtle Green #344916

Tints of Turtle Green #344916

RGB

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

 GREEN value IS 73 (28.91% from 255) = 49.66%

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

R = 35.37%
G = 49.66%
B = 14.97%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.70

 K value IS 0.71

RGB Variations

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

Color information

#344916 (or 0x344916) is known color: Turtle Green. HEX triplet: 34, 49 and 16. RGB value is (52,73,22). Sum of RGB (Red+Green+Blue) = 52+73+22=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 73 (28.91% from 255 or 49.66% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 73 - color contains mainly: green. Hex color #344916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344916 is #CBB6E9. Grayscale: #3D3D3D. Windows color (decimal): -13350634 or 1460532. OLE color: 1460532.

HSL color Cylindrical-coordinate representation of color #344916: hue angle of 84.71º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #344916 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 73 22 -
CMYK 0.29 0 0.70 0.71
HSL 84.71º 0.54% 0.19% -
HSV(B) 84.71º 0.7% 0.29% -
XYZ 3.94 5.55 1.62 -
YUV 60.91 106.04 121.65 -
System Red Green Blue C M Y K H S L
Decimal 52 73 22 0.29 0 0.70 0.71 84.71 0.54 0.19
Hex 34 49 16 1D 0 46 47 55 36 13
Octal 64 111 26 35 0 106 107 125 66 23
Binary 110100 1001001 10110 11101 0 1000110 1000111 1010101 110110 10011

Color Harmonies of #344916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344916

Black with #344916

Text Example


Text Example

White with #344916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344916; }

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

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

background-color css

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

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

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

border-color css

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

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

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