Html Css Color HEX #344716 Turtle Green

📋 copy color: '#344716'

red 52 ◦ green 71 ◦ blue 22

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

Shades of Turtle Green #344716

Tints of Turtle Green #344716

RGB

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

 GREEN value IS 71 (28.13% from 255) = 48.97%

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

R = 35.86%
G = 48.97%
B = 15.17%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#344716 (or 0x344716) is known color: Turtle Green. HEX triplet: 34, 47 and 16. RGB value is (52,71,22). Sum of RGB (Red+Green+Blue) = 52+71+22=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 71 - color contains mainly: green. Hex color #344716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344716 is #CBB8E9. Grayscale: #3B3B3B. Windows color (decimal): -13351146 or 1460020. OLE color: 1460020.

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

Color convert

RGB 52 71 22 -
CMYK 0.27 0 0.69 0.72
HSL 83.27º 0.53% 0.18% -
HSV(B) 83.27º 0.69% 0.28% -
XYZ 3.81 5.29 1.58 -
YUV 59.73 106.71 122.48 -
System Red Green Blue C M Y K H S L
Decimal 52 71 22 0.27 0 0.69 0.72 83.27 0.53 0.18
Hex 34 47 16 1B 0 45 48 53 35 12
Octal 64 107 26 33 0 105 110 123 65 22
Binary 110100 1000111 10110 11011 0 1000101 1001000 1010011 110101 10010

Color Harmonies of #344716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344716

Black with #344716

Text Example


Text Example

White with #344716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344716; }

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

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

background-color css

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

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

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

border-color css

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

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

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