Html Css Color HEX #344914 Turtle Green

📋 copy color: '#344914'

red 52 ◦ green 73 ◦ blue 20

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

Shades of Turtle Green #344914

Tints of Turtle Green #344914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.79%

R = 35.86%
G = 50.34%
B = 13.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#344914 (or 0x344914) is known color: Turtle Green. HEX triplet: 34, 49 and 14. RGB value is (52,73,20). Sum of RGB (Red+Green+Blue) = 52+73+20=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 73 (28.91% from 255 or 50.34% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 73 - color contains mainly: green. Hex color #344914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344914 is #CBB6EB. Grayscale: #3C3C3C. Windows color (decimal): -13350636 or 1329460. OLE color: 1329460.

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

Color convert

RGB 52 73 20 -
CMYK 0.29 0 0.73 0.71
HSL 83.77º 0.57% 0.18% -
HSV(B) 83.77º 0.73% 0.29% -
XYZ 3.92 5.55 1.53 -
YUV 60.68 105.04 121.81 -
System Red Green Blue C M Y K H S L
Decimal 52 73 20 0.29 0 0.73 0.71 83.77 0.57 0.18
Hex 34 49 14 1D 0 49 47 54 39 12
Octal 64 111 24 35 0 111 107 124 71 22
Binary 110100 1001001 10100 11101 0 1001001 1000111 1010100 111001 10010

Color Harmonies of #344914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344914

Black with #344914

Text Example


Text Example

White with #344914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344914; }

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

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

background-color css

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

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

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

border-color css

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

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

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