#34410A

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

Shades of Turtle Green #34410A

Tints of Turtle Green #34410A

Color information

#34410A (or 0x34410A) is unknown color: approx Turtle Green. HEX triplet: 34, 41 and 0A. RGB value is (52,65,10). Sum of RGB (Red+Green+Blue) = 52+65+10=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 65 (25.78% from 255 or 51.18% from 127); Blue value is 10 (4.30% from 255 or 7.87% from 127); Max value from RGB is 65 - color contains mainly: green. Hex color #34410A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34410A is #CBBEF5. Grayscale: #373737. Windows color (decimal): -13352694 or 672052. OLE color: 672052.

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

Color convert

RGB526510-
CMYK0.2000.850.75
HSL74.18º73.33%14.71%-
HSV(B)74.18º84.62%25.49%-
XYZ3.364.530.98-
YUV54.84102.69125.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.94%
GREEN value IS 65 (25.78% from 255) = 51.18%
BLUE value IS 10 (4.30% from 255) = 7.87%
R=40.94%
G=51.18%
B=7.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5265100.2000.850.7574.1873.3314.71
Hex3441A140554B4a49f
Octal641011224012511311211117
Binary1101001000001101010100010101011001011100101010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34410A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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