#344403

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

Shades of Turtle Green #344403

Tints of Turtle Green #344403

Color information

#344403 (or 0x344403) is unknown color: approx Turtle Green. HEX triplet: 34, 44 and 03. RGB value is (52,68,3). Sum of RGB (Red+Green+Blue) = 52+68+3=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 68 (26.95% from 255 or 55.28% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 68 - color contains mainly: green. Hex color #344403 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344403 is #CBBBFC. Grayscale: #383838. Windows color (decimal): -13351933 or 214068. OLE color: 214068.

HSL color Cylindrical-coordinate representation of color #344403: hue angle of 74.77º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #344403 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.73.

Color convert

RGB52683-
CMYK0.2400.960.73
HSL74.77º91.55%13.92%-
HSV(B)74.77º95.59%26.67%-
XYZ3.54.870.84-
YUV55.8198.2125.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.28%
GREEN value IS 68 (26.95% from 255) = 55.28%
BLUE value IS 3 (1.56% from 255) = 2.44%
R=42.28%
G=55.28%
B=2.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal526830.2400.960.7374.7791.5513.92
Hex3444318060494b5ce
Octal64104330014011111313416
Binary11010010001001111000011000001001001100101110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344403; }

 p { color: rgb(52,68,3); }

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

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

 a { background-color: rgb(52,68,3); }

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

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

 span { border-color: rgb(52,68,3); }

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