Html Css Color HEX #344713 Turtle Green

📋 copy color: '#344713'

red 52 ◦ green 71 ◦ blue 19

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

Shades of Turtle Green #344713

Tints of Turtle Green #344713

RGB

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

 GREEN value IS 71 (28.13% from 255) = 50%

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

R = 36.62%
G = 50%
B = 13.38%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#344713 (or 0x344713) is known color: Turtle Green. HEX triplet: 34, 47 and 13. RGB value is (52,71,19). Sum of RGB (Red+Green+Blue) = 52+71+19=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 71 (28.12% from 255 or 50% from 142); Blue value is 19 (7.81% from 255 or 13.38% from 142); Max value from RGB is 71 - color contains mainly: green. Hex color #344713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344713 is #CBB8EC. Grayscale: #3B3B3B. Windows color (decimal): -13351149 or 1263412. OLE color: 1263412.

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

Color convert

RGB 52 71 19 -
CMYK 0.27 0 0.73 0.72
HSL 81.92º 0.58% 0.18% -
HSV(B) 81.92º 0.73% 0.28% -
XYZ 3.79 5.28 1.44 -
YUV 59.39 105.21 122.73 -
System Red Green Blue C M Y K H S L
Decimal 52 71 19 0.27 0 0.73 0.72 81.92 0.58 0.18
Hex 34 47 13 1B 0 49 48 52 3A 12
Octal 64 107 23 33 0 111 110 122 72 22
Binary 110100 1000111 10011 11011 0 1001001 1001000 1010010 111010 10010

Color Harmonies of #344713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344713

Black with #344713

Text Example


Text Example

White with #344713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344713; }

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

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

background-color css

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

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

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

border-color css

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

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

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