#343A07

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

Shades of Turtle Green #343A07

Tints of Turtle Green #343A07

Color information

#343A07 (or 0x343A07) is unknown color: approx Turtle Green. HEX triplet: 34, 3A and 07. RGB value is (52,58,7). Sum of RGB (Red+Green+Blue) = 52+58+7=117 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.44% from 117); Green value is 58 (23.05% from 255 or 49.57% from 117); Blue value is 7 (3.12% from 255 or 5.98% from 117); Max value from RGB is 58 - color contains mainly: green. Hex color #343A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343A07 is #CBC5F8. Grayscale: #323232. Windows color (decimal): -13354489 or 473652. OLE color: 473652.

HSL color Cylindrical-coordinate representation of color #343A07: hue angle of 67.06º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #343A07 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.77.

Color convert

RGB52587-
CMYK0.1000.880.77
HSL67.06º78.46%12.75%-
HSV(B)67.06º87.93%22.75%-
XYZ2.973.770.77-
YUV50.39103.51129.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.44%
GREEN value IS 58 (23.05% from 255) = 49.57%
BLUE value IS 7 (3.12% from 255) = 5.98%
R=44.44%
G=49.57%
B=5.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal525870.1000.880.7767.0678.4612.75
Hex343A7A0584D434ed
Octal6472712013011510311615
Binary1101001110101111010010110001001101100001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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