#344E07

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

Shades of Turtle Green #344E07

Tints of Turtle Green #344E07

Color information

#344E07 (or 0x344E07) is unknown color: approx Turtle Green. HEX triplet: 34, 4E and 07. RGB value is (52,78,7). Sum of RGB (Red+Green+Blue) = 52+78+7=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 78 (30.86% from 255 or 56.93% from 137); Blue value is 7 (3.12% from 255 or 5.11% from 137); Max value from RGB is 78 - color contains mainly: green. Hex color #344E07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #344E07 is #CBB1F8. Grayscale: #3E3E3E. Windows color (decimal): -13349369 or 478772. OLE color: 478772.

HSL color Cylindrical-coordinate representation of color #344E07: hue angle of 81.97º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #344E07 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.69.

Color convert

RGB52787-
CMYK0.3300.910.69
HSL81.97º83.53%16.67%-
HSV(B)81.97º91.03%30.59%-
XYZ4.186.191.18-
YUV62.1396.89120.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.96%
GREEN value IS 78 (30.86% from 255) = 56.93%
BLUE value IS 7 (3.12% from 255) = 5.11%
R=37.96%
G=56.93%
B=5.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal527870.3300.910.6981.9783.5316.67
Hex344E72105B45525411
Octal64116741013310512212421
Binary11010010011101111000010101101110001011010010101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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