#344801

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

Shades of Turtle Green #344801

Tints of Turtle Green #344801

Color information

#344801 (or 0x344801) is unknown color: approx Turtle Green. HEX triplet: 34, 48 and 01. RGB value is (52,72,1). Sum of RGB (Red+Green+Blue) = 52+72+1=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 72 (28.52% from 255 or 57.6% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 72 - color contains mainly: green. Hex color #344801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344801 is #CBB7FE. Grayscale: #3A3A3A. Windows color (decimal): -13350911 or 84020. OLE color: 84020.

HSL color Cylindrical-coordinate representation of color #344801: hue angle of 76.9º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #344801 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB52721-
CMYK0.2800.990.72
HSL76.9º97.26%14.31%-
HSV(B)76.9º98.61%28.24%-
XYZ3.745.370.87-
YUV57.9395.87123.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.6%
GREEN value IS 72 (28.52% from 255) = 57.6%
BLUE value IS 1 (0.78% from 255) = 0.8%
R=41.6%
G=57.6%
B=0.8%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal527210.2800.990.7276.997.2614.31
Hex344811C063484d61e
Octal64110134014311011514116
Binary1101001001000111100011000111001000100110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344801; }

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

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

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

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

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

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

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

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