Html Css Color HEX #344711 Turtle Green

📋 copy color: '#344711'

red 52 ◦ green 71 ◦ blue 17

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

Shades of Turtle Green #344711

Tints of Turtle Green #344711

RGB

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

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

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

R = 37.14%
G = 50.71%
B = 12.14%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#344711 (or 0x344711) is known color: Turtle Green. HEX triplet: 34, 47 and 11. RGB value is (52,71,17). Sum of RGB (Red+Green+Blue) = 52+71+17=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #344711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344711 is #CBB8EE. Grayscale: #3B3B3B. Windows color (decimal): -13351151 or 1132340. OLE color: 1132340.

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

Color convert

RGB 52 71 17 -
CMYK 0.27 0 0.76 0.72
HSL 81.11º 0.61% 0.17% -
HSV(B) 81.11º 0.76% 0.28% -
XYZ 3.77 5.28 1.35 -
YUV 59.16 104.21 122.89 -
System Red Green Blue C M Y K H S L
Decimal 52 71 17 0.27 0 0.76 0.72 81.11 0.61 0.17
Hex 34 47 11 1B 0 4C 48 51 3D 11
Octal 64 107 21 33 0 114 110 121 75 21
Binary 110100 1000111 10001 11011 0 1001100 1001000 1010001 111101 10001

Color Harmonies of #344711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344711

Black with #344711

Text Example


Text Example

White with #344711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344711; }

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

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

background-color css

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

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

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

border-color css

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

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

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