#344405

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

Shades of Turtle Green #344405

Tints of Turtle Green #344405

Color information

#344405 (or 0x344405) is unknown color: approx Turtle Green. HEX triplet: 34, 44 and 05. RGB value is (52,68,5). Sum of RGB (Red+Green+Blue) = 52+68+5=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 68 (26.95% from 255 or 54.4% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 68 - color contains mainly: green. Hex color #344405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344405 is #CBBBFA. Grayscale: #383838. Windows color (decimal): -13351931 or 345140. OLE color: 345140.

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

Color convert

RGB52685-
CMYK0.2400.930.73
HSL75.24º86.3%14.31%-
HSV(B)75.24º92.65%26.67%-
XYZ3.514.880.9-
YUV56.0399.2125.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.6%
GREEN value IS 68 (26.95% from 255) = 54.4%
BLUE value IS 5 (2.34% from 255) = 4%
R=41.6%
G=54.4%
B=4%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal526850.2400.930.7375.2486.314.31
Hex344451805D494b56e
Octal64104530013511111312616
Binary110100100010010111000010111011001001100101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344405; }

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

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

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

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

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

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

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

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