Html Css Color HEX #344810 Turtle Green

📋 copy color: '#344810'

red 52 ◦ green 72 ◦ blue 16

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

Shades of Turtle Green #344810

Tints of Turtle Green #344810

RGB

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

 GREEN value IS 72 (28.52% from 255) = 51.43%

 BLUE value IS 16 (6.64% from 255) = 11.43%

R = 37.14%
G = 51.43%
B = 11.43%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#344810 (or 0x344810) is known color: Turtle Green. HEX triplet: 34, 48 and 10. RGB value is (52,72,16). Sum of RGB (Red+Green+Blue) = 52+72+16=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 72 (28.52% from 255 or 51.43% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 72 - color contains mainly: green. Hex color #344810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344810 is #CBB7EF. Grayscale: #3B3B3B. Windows color (decimal): -13350896 or 1067060. OLE color: 1067060.

HSL color Cylindrical-coordinate representation of color #344810: hue angle of 81.43º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #344810 is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.72.

Color convert

RGB 52 72 16 -
CMYK 0.28 0 0.78 0.72
HSL 81.43º 0.64% 0.17% -
HSV(B) 81.43º 0.78% 0.28% -
XYZ 3.83 5.4 1.33 -
YUV 59.64 103.37 122.55 -
System Red Green Blue C M Y K H S L
Decimal 52 72 16 0.28 0 0.78 0.72 81.43 0.64 0.17
Hex 34 48 10 1C 0 4E 48 51 40 11
Octal 64 110 20 34 0 116 110 121 100 21
Binary 110100 1001000 10000 11100 0 1001110 1001000 1010001 1000000 10001

Color Harmonies of #344810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344810

Black with #344810

Text Example


Text Example

White with #344810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344810; }

 p { color: rgb(52,72,16); }

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

background-color css

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

 a { background-color: rgb(52,72,16); }

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

border-color css

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

 span { border-color: rgb(52,72,16); }

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