Html Css Color HEX #344612 Turtle Green

📋 copy color: '#344612'

red 52 ◦ green 70 ◦ blue 18

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

Shades of Turtle Green #344612

Tints of Turtle Green #344612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.86%

R = 37.14%
G = 50%
B = 12.86%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#344612 (or 0x344612) is known color: Turtle Green. HEX triplet: 34, 46 and 12. RGB value is (52,70,18). Sum of RGB (Red+Green+Blue) = 52+70+18=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 70 (27.73% from 255 or 50% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 70 - color contains mainly: green. Hex color #344612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344612 is #CBB9ED. Grayscale: #3A3A3A. Windows color (decimal): -13351406 or 1197620. OLE color: 1197620.

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

Color convert

RGB 52 70 18 -
CMYK 0.26 0 0.74 0.73
HSL 80.77º 0.59% 0.17% -
HSV(B) 80.77º 0.74% 0.27% -
XYZ 3.72 5.15 1.37 -
YUV 58.69 105.04 123.23 -
System Red Green Blue C M Y K H S L
Decimal 52 70 18 0.26 0 0.74 0.73 80.77 0.59 0.17
Hex 34 46 12 1A 0 4A 49 51 3B 11
Octal 64 106 22 32 0 112 111 121 73 21
Binary 110100 1000110 10010 11010 0 1001010 1001001 1010001 111011 10001

Color Harmonies of #344612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344612

Black with #344612

Text Example


Text Example

White with #344612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344612; }

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

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

background-color css

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

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

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

border-color css

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

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

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