Html Css Color HEX #344416 Turtle Green

📋 copy color: '#344416'

red 52 ◦ green 68 ◦ blue 22

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

Shades of Turtle Green #344416

Tints of Turtle Green #344416

RGB

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

 GREEN value IS 68 (26.95% from 255) = 47.89%

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

R = 36.62%
G = 47.89%
B = 15.49%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.68

 K value IS 0.73

RGB Variations

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

Color information

#344416 (or 0x344416) is known color: Turtle Green. HEX triplet: 34, 44 and 16. RGB value is (52,68,22). Sum of RGB (Red+Green+Blue) = 52+68+22=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 68 (26.95% from 255 or 47.89% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 68 - color contains mainly: green. Hex color #344416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344416 is #CBBBE9. Grayscale: #3A3A3A. Windows color (decimal): -13351914 or 1459252. OLE color: 1459252.

HSL color Cylindrical-coordinate representation of color #344416: hue angle of 80.87º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #344416 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 68 22 -
CMYK 0.24 0 0.68 0.73
HSL 80.87º 0.51% 0.18% -
HSV(B) 80.87º 0.68% 0.27% -
XYZ 3.63 4.92 1.52 -
YUV 57.97 107.7 123.74 -
System Red Green Blue C M Y K H S L
Decimal 52 68 22 0.24 0 0.68 0.73 80.87 0.51 0.18
Hex 34 44 16 18 0 44 49 51 33 12
Octal 64 104 26 30 0 104 111 121 63 22
Binary 110100 1000100 10110 11000 0 1000100 1001001 1010001 110011 10010

Color Harmonies of #344416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344416

Black with #344416

Text Example


Text Example

White with #344416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344416; }

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

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

background-color css

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

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

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

border-color css

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

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

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