Html Css Color HEX #344710 Turtle Green

📋 copy color: '#344710'

red 52 ◦ green 71 ◦ blue 16

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

Shades of Turtle Green #344710

Tints of Turtle Green #344710

RGB

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

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

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

R = 37.41%
G = 51.08%
B = 11.51%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#344710 (or 0x344710) is known color: Turtle Green. HEX triplet: 34, 47 and 10. RGB value is (52,71,16). Sum of RGB (Red+Green+Blue) = 52+71+16=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 71 (28.12% from 255 or 51.08% from 139); Blue value is 16 (6.64% from 255 or 11.51% from 139); Max value from RGB is 71 - color contains mainly: green. Hex color #344710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344710 is #CBB8EF. Grayscale: #3B3B3B. Windows color (decimal): -13351152 or 1066804. OLE color: 1066804.

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

Color convert

RGB 52 71 16 -
CMYK 0.27 0 0.77 0.72
HSL 80.73º 0.63% 0.17% -
HSV(B) 80.73º 0.77% 0.28% -
XYZ 3.76 5.27 1.31 -
YUV 59.05 103.71 122.97 -
System Red Green Blue C M Y K H S L
Decimal 52 71 16 0.27 0 0.77 0.72 80.73 0.63 0.17
Hex 34 47 10 1B 0 4D 48 51 3F 11
Octal 64 107 20 33 0 115 110 121 77 21
Binary 110100 1000111 10000 11011 0 1001101 1001000 1010001 111111 10001

Color Harmonies of #344710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344710

Black with #344710

Text Example


Text Example

White with #344710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344710; }

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

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

background-color css

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

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

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

border-color css

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

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

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