#344A07

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

Shades of Turtle Green #344A07

Tints of Turtle Green #344A07

Color information

#344A07 (or 0x344A07) is unknown color: approx Turtle Green. HEX triplet: 34, 4A and 07. RGB value is (52,74,7). Sum of RGB (Red+Green+Blue) = 52+74+7=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 74 (29.30% from 255 or 55.64% from 133); Blue value is 7 (3.12% from 255 or 5.26% from 133); Max value from RGB is 74 - color contains mainly: green. Hex color #344A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344A07 is #CBB5F8. Grayscale: #3C3C3C. Windows color (decimal): -13350393 or 477748. OLE color: 477748.

HSL color Cylindrical-coordinate representation of color #344A07: hue angle of 79.7º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #344A07 is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.71.

Color convert

RGB52747-
CMYK0.3000.910.71
HSL79.7º82.72%15.88%-
HSV(B)79.7º90.54%29.02%-
XYZ3.95.641.08-
YUV59.7898.21122.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.10%
GREEN value IS 74 (29.30% from 255) = 55.64%
BLUE value IS 7 (3.12% from 255) = 5.26%
R=39.10%
G=55.64%
B=5.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal527470.3000.910.7179.782.7215.88
Hex344A71E05B47505310
Octal64112736013310712012320
Binary1101001001010111111100101101110001111010000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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