#34410B

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

Shades of Turtle Green #34410B

Tints of Turtle Green #34410B

Color information

#34410B (or 0x34410B) is unknown color: approx Turtle Green. HEX triplet: 34, 41 and 0B. RGB value is (52,65,11). Sum of RGB (Red+Green+Blue) = 52+65+11=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 65 (25.78% from 255 or 50.78% from 128); Blue value is 11 (4.69% from 255 or 8.59% from 128); Max value from RGB is 65 - color contains mainly: green. Hex color #34410B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34410B is #CBBEF4. Grayscale: #373737. Windows color (decimal): -13352693 or 737588. OLE color: 737588.

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

Color convert

RGB526511-
CMYK0.2000.830.75
HSL74.44º71.05%14.9%-
HSV(B)74.44º83.08%25.49%-
XYZ3.374.531.01-
YUV54.96103.19125.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.62%
GREEN value IS 65 (25.78% from 255) = 50.78%
BLUE value IS 11 (4.69% from 255) = 8.59%
R=40.62%
G=50.78%
B=8.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5265110.2000.830.7574.4471.0514.9
Hex3441B140534B4a47f
Octal641011324012311311210717
Binary1101001000001101110100010100111001011100101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34410B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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