#343E07

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

Shades of Turtle Green #343E07

Tints of Turtle Green #343E07

Color information

#343E07 (or 0x343E07) is unknown color: approx Turtle Green. HEX triplet: 34, 3E and 07. RGB value is (52,62,7). Sum of RGB (Red+Green+Blue) = 52+62+7=121 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.98% from 121); Green value is 62 (24.61% from 255 or 51.24% from 121); Blue value is 7 (3.12% from 255 or 5.79% from 121); Max value from RGB is 62 - color contains mainly: green. Hex color #343E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343E07 is #CBC1F8. Grayscale: #343434. Windows color (decimal): -13353465 or 474676. OLE color: 474676.

HSL color Cylindrical-coordinate representation of color #343E07: hue angle of 70.91º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #343E07 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.76.

Color convert

RGB52627-
CMYK0.1600.890.76
HSL70.91º79.71%13.53%-
HSV(B)70.91º88.71%24.31%-
XYZ3.184.190.84-
YUV52.74102.19127.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.98%
GREEN value IS 62 (24.61% from 255) = 51.24%
BLUE value IS 7 (3.12% from 255) = 5.79%
R=42.98%
G=51.24%
B=5.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal526270.1600.890.7670.9179.7113.53
Hex343E7100594C4750e
Octal6476720013111410712016
Binary11010011111011110000010110011001100100011110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343E07; }

 p { color: rgb(52,62,7); }

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

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

 a { background-color: rgb(52,62,7); }

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

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

 span { border-color: rgb(52,62,7); }

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