#344E01

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

Shades of Turtle Green #344E01

Tints of Turtle Green #344E01

Color information

#344E01 (or 0x344E01) is unknown color: approx Turtle Green. HEX triplet: 34, 4E and 01. RGB value is (52,78,1). Sum of RGB (Red+Green+Blue) = 52+78+1=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 78 (30.86% from 255 or 59.54% from 131); Blue value is 1 (0.78% from 255 or 0.76% from 131); Max value from RGB is 78 - color contains mainly: green. Hex color #344E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #344E01 is #CBB1FE. Grayscale: #3D3D3D. Windows color (decimal): -13349375 or 85556. OLE color: 85556.

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

Color convert

RGB52781-
CMYK0.3300.990.69
HSL80.26º97.47%15.49%-
HSV(B)80.26º98.72%30.59%-
XYZ4.156.181-
YUV61.4593.89121.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.69%
GREEN value IS 78 (30.86% from 255) = 59.54%
BLUE value IS 1 (0.78% from 255) = 0.76%
R=39.69%
G=59.54%
B=0.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal527810.3300.990.6980.2697.4715.49
Hex344E121063455061f
Octal64116141014310512014117
Binary11010010011101100001011000111000101101000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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