Html Css Color HEX #344D11 Turtle Green

📋 copy color: '#344D11'

red 52 ◦ green 77 ◦ blue 17

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

Shades of Turtle Green #344D11

Tints of Turtle Green #344D11

RGB

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

 GREEN value IS 77 (30.47% from 255) = 52.74%

 BLUE value IS 17 (7.03% from 255) = 11.64%

R = 35.62%
G = 52.74%
B = 11.64%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.78

 K value IS 0.70

RGB Variations

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

Color information

#344D11 (or 0x344D11) is known color: Turtle Green. HEX triplet: 34, 4D and 11. RGB value is (52,77,17). Sum of RGB (Red+Green+Blue) = 52+77+17=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 77 (30.47% from 255 or 52.74% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 77 - color contains mainly: green. Hex color #344D11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #344D11 is #CBB2EE. Grayscale: #3E3E3E. Windows color (decimal): -13349615 or 1133876. OLE color: 1133876.

HSL color Cylindrical-coordinate representation of color #344D11: hue angle of 85º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #344D11 is Cyan = 0.32, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.70.

Color convert

RGB 52 77 17 -
CMYK 0.32 0 0.78 0.70
HSL 85º 0.64% 0.18% -
HSV(B) 85º 0.78% 0.3% -
XYZ 4.17 6.08 1.48 -
YUV 62.69 102.22 120.38 -
System Red Green Blue C M Y K H S L
Decimal 52 77 17 0.32 0 0.78 0.70 85 0.64 0.18
Hex 34 4D 11 20 0 4E 46 55 40 12
Octal 64 115 21 40 0 116 106 125 100 22
Binary 110100 1001101 10001 100000 0 1001110 1000110 1010101 1000000 10010

Color Harmonies of #344D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344D11

Black with #344D11

Text Example


Text Example

White with #344D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344D11; }

 p { color: rgb(52,77,17); }

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

background-color css

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

 a { background-color: rgb(52,77,17); }

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

border-color css

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

 span { border-color: rgb(52,77,17); }

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