Html Css Color HEX #344E13 Turtle Green

📋 copy color: '#344E13'

red 52 ◦ green 78 ◦ blue 19

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

Shades of Turtle Green #344E13

Tints of Turtle Green #344E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.75%

R = 34.9%
G = 52.35%
B = 12.75%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#344E13 (or 0x344E13) is known color: Turtle Green. HEX triplet: 34, 4E and 13. RGB value is (52,78,19). Sum of RGB (Red+Green+Blue) = 52+78+19=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 78 (30.86% from 255 or 52.35% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 78 - color contains mainly: green. Hex color #344E13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #344E13 is #CBB1EC. Grayscale: #3F3F3F. Windows color (decimal): -13349357 or 1265204. OLE color: 1265204.

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

Color convert

RGB 52 78 19 -
CMYK 0.33 0 0.76 0.69
HSL 86.44º 0.61% 0.19% -
HSV(B) 86.44º 0.76% 0.31% -
XYZ 4.26 6.23 1.59 -
YUV 63.5 102.89 119.8 -
System Red Green Blue C M Y K H S L
Decimal 52 78 19 0.33 0 0.76 0.69 86.44 0.61 0.19
Hex 34 4E 13 21 0 4C 45 56 3D 13
Octal 64 116 23 41 0 114 105 126 75 23
Binary 110100 1001110 10011 100001 0 1001100 1000101 1010110 111101 10011

Color Harmonies of #344E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344E13

Black with #344E13

Text Example


Text Example

White with #344E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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