#34400D

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

Shades of Turtle Green #34400D

Tints of Turtle Green #34400D

Color information

#34400D (or 0x34400D) is unknown color: approx Turtle Green. HEX triplet: 34, 40 and 0D. RGB value is (52,64,13). Sum of RGB (Red+Green+Blue) = 52+64+13=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 64 (25.39% from 255 or 49.61% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 64 - color contains mainly: green. Hex color #34400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34400D is #CBBFF2. Grayscale: #363636. Windows color (decimal): -13352947 or 868404. OLE color: 868404.

HSL color Cylindrical-coordinate representation of color #34400D: hue angle of 74.12º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34400D is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB526413-
CMYK0.1900.800.75
HSL74.12º66.23%15.1%-
HSV(B)74.12º79.69%25.1%-
XYZ3.324.431.06-
YUV54.6104.52126.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.31%
GREEN value IS 64 (25.39% from 255) = 49.61%
BLUE value IS 13 (5.47% from 255) = 10.08%
R=40.31%
G=49.61%
B=10.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5264130.1900.800.7574.1266.2315.1
Hex3440D130504B4a42f
Octal641001523012011311210217
Binary1101001000000110110011010100001001011100101010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34400D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34400D; }

 p { color: rgb(52,64,13); }

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

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

 a { background-color: rgb(52,64,13); }

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

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

 span { border-color: rgb(52,64,13); }

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