#344708

Color #344708 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #344708

Tints of Turtle Green #344708

Color information

#344708 (or 0x344708) is unknown color: approx Turtle Green. HEX triplet: 34, 47 and 08. RGB value is (52,71,8). Sum of RGB (Red+Green+Blue) = 52+71+8=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 71 (28.12% from 255 or 54.20% from 131); Blue value is 8 (3.52% from 255 or 6.11% from 131); Max value from RGB is 71 - color contains mainly: green. Hex color #344708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344708 is #CBB8F7. Grayscale: #3A3A3A. Windows color (decimal): -13351160 or 542516. OLE color: 542516.

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

Color convert

RGB52718-
CMYK0.2700.890.72
HSL78.1º79.75%15.49%-
HSV(B)78.1º88.73%27.84%-
XYZ3.715.251.05-
YUV58.1499.71123.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.69%
GREEN value IS 71 (28.12% from 255) = 54.20%
BLUE value IS 8 (3.52% from 255) = 6.11%
R=39.69%
G=54.20%
B=6.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal527180.2700.890.7278.179.7515.49
Hex344781B059484e50f
Octal641071033013111011612017
Binary1101001000111100011011010110011001000100111010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344708; }

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

 H1.HeaderClassName
 {
   color: #344708;
 }
 .AnyTagClassName
 {
   color: #344708;
 }
</style>
background-color css

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

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

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

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

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

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