Html Css Color HEX #344216 Turtle Green

📋 copy color: '#344216'

red 52 ◦ green 66 ◦ blue 22

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

Shades of Turtle Green #344216

Tints of Turtle Green #344216

RGB

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

 GREEN value IS 66 (26.17% from 255) = 47.14%

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

R = 37.14%
G = 47.14%
B = 15.71%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#344216 (or 0x344216) is known color: Turtle Green. HEX triplet: 34, 42 and 16. RGB value is (52,66,22). Sum of RGB (Red+Green+Blue) = 52+66+22=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 66 (26.17% from 255 or 47.14% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 66 - color contains mainly: green. Hex color #344216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344216 is #CBBDE9. Grayscale: #383838. Windows color (decimal): -13352426 or 1458740. OLE color: 1458740.

HSL color Cylindrical-coordinate representation of color #344216: hue angle of 79.09º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #344216 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB 52 66 22 -
CMYK 0.21 0 0.67 0.74
HSL 79.09º 0.5% 0.17% -
HSV(B) 79.09º 0.67% 0.26% -
XYZ 3.51 4.68 1.48 -
YUV 56.8 108.36 124.58 -
System Red Green Blue C M Y K H S L
Decimal 52 66 22 0.21 0 0.67 0.74 79.09 0.5 0.17
Hex 34 42 16 15 0 43 4A 4F 32 11
Octal 64 102 26 25 0 103 112 117 62 21
Binary 110100 1000010 10110 10101 0 1000011 1001010 1001111 110010 10001

Color Harmonies of #344216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344216

Black with #344216

Text Example


Text Example

White with #344216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344216; }

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

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

background-color css

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

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

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

border-color css

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

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

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