#34400A

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

Shades of Turtle Green #34400A

Tints of Turtle Green #34400A

Color information

#34400A (or 0x34400A) is unknown color: approx Turtle Green. HEX triplet: 34, 40 and 0A. RGB value is (52,64,10). Sum of RGB (Red+Green+Blue) = 52+64+10=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 64 (25.39% from 255 or 50.79% from 126); Blue value is 10 (4.30% from 255 or 7.94% from 126); Max value from RGB is 64 - color contains mainly: green. Hex color #34400A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34400A is #CBBFF5. Grayscale: #363636. Windows color (decimal): -13352950 or 671796. OLE color: 671796.

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

Color convert

RGB526410-
CMYK0.1900.840.75
HSL73.33º72.97%14.51%-
HSV(B)73.33º84.38%25.1%-
XYZ3.34.420.97-
YUV54.26103.02126.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.27%
GREEN value IS 64 (25.39% from 255) = 50.79%
BLUE value IS 10 (4.30% from 255) = 7.94%
R=41.27%
G=50.79%
B=7.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5264100.1900.840.7573.3372.9714.51
Hex3440A130544B4949f
Octal641001223012411311111117
Binary1101001000000101010011010101001001011100100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34400A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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