#344700

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

Shades of Turtle Green #344700

Tints of Turtle Green #344700

Color information

#344700 (or 0x344700) is unknown color: approx Turtle Green. HEX triplet: 34, 47 and 00. RGB value is (52,71,0). Sum of RGB (Red+Green+Blue) = 52+71+0=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 71 (28.12% from 255 or 57.72% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 71 - color contains mainly: green. Hex color #344700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344700 is #CBB8FF. Grayscale: #393939. Windows color (decimal): -13351168 or 18228. OLE color: 18228.

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

Color convert

RGB52710-
CMYK0.27010.72
HSL76.06º100%13.92%-
HSV(B)76.06º100%27.84%-
XYZ3.675.240.82-
YUV57.2295.71124.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.28%
GREEN value IS 71 (28.12% from 255) = 57.72%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.28%
G=57.72%
B=0%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal527100.27010.7276.0610013.92
Hex344701B064484c64e
Octal64107033014411011414416
Binary1101001000111011011011001001001000100110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344700; }

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

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

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

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

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

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

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

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