Html Css Color HEX #344913 Turtle Green

📋 copy color: '#344913'

red 52 ◦ green 73 ◦ blue 19

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

Shades of Turtle Green #344913

Tints of Turtle Green #344913

RGB

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

 GREEN value IS 73 (28.91% from 255) = 50.69%

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

R = 36.11%
G = 50.69%
B = 13.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#344913 (or 0x344913) is known color: Turtle Green. HEX triplet: 34, 49 and 13. RGB value is (52,73,19). Sum of RGB (Red+Green+Blue) = 52+73+19=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 73 (28.91% from 255 or 50.69% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 73 - color contains mainly: green. Hex color #344913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344913 is #CBB6EC. Grayscale: #3C3C3C. Windows color (decimal): -13350637 or 1263924. OLE color: 1263924.

HSL color Cylindrical-coordinate representation of color #344913: hue angle of 83.33º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #344913 is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 73 19 -
CMYK 0.29 0 0.74 0.71
HSL 83.33º 0.59% 0.18% -
HSV(B) 83.33º 0.74% 0.29% -
XYZ 3.92 5.54 1.48 -
YUV 60.57 104.54 121.89 -
System Red Green Blue C M Y K H S L
Decimal 52 73 19 0.29 0 0.74 0.71 83.33 0.59 0.18
Hex 34 49 13 1D 0 4A 47 53 3B 12
Octal 64 111 23 35 0 112 107 123 73 22
Binary 110100 1001001 10011 11101 0 1001010 1000111 1010011 111011 10010

Color Harmonies of #344913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344913

Black with #344913

Text Example


Text Example

White with #344913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344913; }

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

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

background-color css

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

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

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

border-color css

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

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

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