#344703

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

Shades of Turtle Green #344703

Tints of Turtle Green #344703

Color information

#344703 (or 0x344703) is unknown color: approx Turtle Green. HEX triplet: 34, 47 and 03. RGB value is (52,71,3). Sum of RGB (Red+Green+Blue) = 52+71+3=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 71 (28.12% from 255 or 56.35% from 126); Blue value is 3 (1.56% from 255 or 2.38% from 126); Max value from RGB is 71 - color contains mainly: green. Hex color #344703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344703 is #CBB8FC. Grayscale: #393939. Windows color (decimal): -13351165 or 214836. OLE color: 214836.

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

Color convert

RGB52713-
CMYK0.2700.960.72
HSL76.76º91.89%14.51%-
HSV(B)76.76º95.77%27.84%-
XYZ3.695.240.9-
YUV57.5797.21124.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.27%
GREEN value IS 71 (28.12% from 255) = 56.35%
BLUE value IS 3 (1.56% from 255) = 2.38%
R=41.27%
G=56.35%
B=2.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal527130.2700.960.7276.7691.8914.51
Hex344731B060484d5cf
Octal64107333014011011513417
Binary11010010001111111011011000001001000100110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344703; }

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

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

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

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

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

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

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

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