Html Css Color HEX #344E11 Turtle Green

📋 copy color: '#344E11'

red 52 ◦ green 78 ◦ blue 17

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

Shades of Turtle Green #344E11

Tints of Turtle Green #344E11

RGB

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

 GREEN value IS 78 (30.86% from 255) = 53.06%

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

R = 35.37%
G = 53.06%
B = 11.56%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#344E11 (or 0x344E11) is known color: Turtle Green. HEX triplet: 34, 4E and 11. RGB value is (52,78,17). Sum of RGB (Red+Green+Blue) = 52+78+17=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 78 (30.86% from 255 or 53.06% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 78 - color contains mainly: green. Hex color #344E11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #344E11 is #CBB1EE. Grayscale: #3F3F3F. Windows color (decimal): -13349359 or 1134132. OLE color: 1134132.

HSL color Cylindrical-coordinate representation of color #344E11: hue angle of 85.57º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #344E11 is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 78 17 -
CMYK 0.33 0 0.78 0.69
HSL 85.57º 0.64% 0.19% -
HSV(B) 85.57º 0.78% 0.31% -
XYZ 4.24 6.22 1.51 -
YUV 63.27 101.89 119.96 -
System Red Green Blue C M Y K H S L
Decimal 52 78 17 0.33 0 0.78 0.69 85.57 0.64 0.19
Hex 34 4E 11 21 0 4E 45 56 40 13
Octal 64 116 21 41 0 116 105 126 100 23
Binary 110100 1001110 10001 100001 0 1001110 1000101 1010110 1000000 10011

Color Harmonies of #344E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344E11

Black with #344E11

Text Example


Text Example

White with #344E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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