Html Css Color HEX #344616 Turtle Green

📋 copy color: '#344616'

red 52 ◦ green 70 ◦ blue 22

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

Shades of Turtle Green #344616

Tints of Turtle Green #344616

RGB

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

 GREEN value IS 70 (27.73% from 255) = 48.61%

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

R = 36.11%
G = 48.61%
B = 15.28%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#344616 (or 0x344616) is known color: Turtle Green. HEX triplet: 34, 46 and 16. RGB value is (52,70,22). Sum of RGB (Red+Green+Blue) = 52+70+22=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 70 (27.73% from 255 or 48.61% from 144); Blue value is 22 (8.98% from 255 or 15.28% from 144); Max value from RGB is 70 - color contains mainly: green. Hex color #344616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344616 is #CBB9E9. Grayscale: #3B3B3B. Windows color (decimal): -13351402 or 1459764. OLE color: 1459764.

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

Color convert

RGB 52 70 22 -
CMYK 0.26 0 0.69 0.73
HSL 82.5º 0.52% 0.18% -
HSV(B) 82.5º 0.69% 0.27% -
XYZ 3.75 5.17 1.56 -
YUV 59.15 107.04 122.9 -
System Red Green Blue C M Y K H S L
Decimal 52 70 22 0.26 0 0.69 0.73 82.5 0.52 0.18
Hex 34 46 16 1A 0 45 49 52 34 12
Octal 64 106 26 32 0 105 111 122 64 22
Binary 110100 1000110 10110 11010 0 1000101 1001001 1010010 110100 10010

Color Harmonies of #344616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344616

Black with #344616

Text Example


Text Example

White with #344616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344616; }

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

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

background-color css

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

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

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

border-color css

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

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

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