Html Css Color HEX #344911 Turtle Green

📋 copy color: '#344911'

red 52 ◦ green 73 ◦ blue 17

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

Shades of Turtle Green #344911

Tints of Turtle Green #344911

RGB

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

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

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

R = 36.62%
G = 51.41%
B = 11.97%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.77

 K value IS 0.71

RGB Variations

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

Color information

#344911 (or 0x344911) is known color: Turtle Green. HEX triplet: 34, 49 and 11. RGB value is (52,73,17). Sum of RGB (Red+Green+Blue) = 52+73+17=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 73 (28.91% from 255 or 51.41% from 142); Blue value is 17 (7.03% from 255 or 11.97% from 142); Max value from RGB is 73 - color contains mainly: green. Hex color #344911 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344911 is #CBB6EE. Grayscale: #3C3C3C. Windows color (decimal): -13350639 or 1132852. OLE color: 1132852.

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

Color convert

RGB 52 73 17 -
CMYK 0.29 0 0.77 0.71
HSL 82.5º 0.62% 0.18% -
HSV(B) 82.5º 0.77% 0.29% -
XYZ 3.9 5.54 1.39 -
YUV 60.34 103.54 122.05 -
System Red Green Blue C M Y K H S L
Decimal 52 73 17 0.29 0 0.77 0.71 82.5 0.62 0.18
Hex 34 49 11 1D 0 4D 47 52 3E 12
Octal 64 111 21 35 0 115 107 122 76 22
Binary 110100 1001001 10001 11101 0 1001101 1000111 1010010 111110 10010

Color Harmonies of #344911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344911

Black with #344911

Text Example


Text Example

White with #344911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344911; }

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

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

background-color css

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

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

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

border-color css

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

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

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