#344201

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

Shades of Turtle Green #344201

Tints of Turtle Green #344201

Color information

#344201 (or 0x344201) is unknown color: approx Turtle Green. HEX triplet: 34, 42 and 01. RGB value is (52,66,1). Sum of RGB (Red+Green+Blue) = 52+66+1=119 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.70% from 119); Green value is 66 (26.17% from 255 or 55.46% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 66 - color contains mainly: green. Hex color #344201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344201 is #CBBDFE. Grayscale: #363636. Windows color (decimal): -13352447 or 82484. OLE color: 82484.

HSL color Cylindrical-coordinate representation of color #344201: hue angle of 72.92º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #344201 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.74.

Color convert

RGB52661-
CMYK0.2100.980.74
HSL72.92º97.01%13.14%-
HSV(B)72.92º98.48%25.88%-
XYZ3.374.630.74-
YUV54.497.86126.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 43.70%
GREEN value IS 66 (26.17% from 255) = 55.46%
BLUE value IS 1 (0.78% from 255) = 0.84%
R=43.70%
G=55.46%
B=0.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal526610.2100.980.7472.9297.0113.14
Hex34421150624A4961d
Octal64102125014211211114115
Binary1101001000010110101011000101001010100100111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344201; }

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

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

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

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

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

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

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

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