#34410F

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

Shades of Turtle Green #34410F

Tints of Turtle Green #34410F

Color information

#34410F (or 0x34410F) is unknown color: approx Turtle Green. HEX triplet: 34, 41 and 0F. RGB value is (52,65,15). Sum of RGB (Red+Green+Blue) = 52+65+15=132 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.39% from 132); Green value is 65 (25.78% from 255 or 49.24% from 132); Blue value is 15 (6.25% from 255 or 11.36% from 132); Max value from RGB is 65 - color contains mainly: green. Hex color #34410F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34410F is #CBBEF0. Grayscale: #373737. Windows color (decimal): -13352689 or 999732. OLE color: 999732.

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

Color convert

RGB526515-
CMYK0.2000.770.75
HSL75.6º62.5%15.69%-
HSV(B)75.6º76.92%25.49%-
XYZ3.394.551.15-
YUV55.41105.19125.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.39%
GREEN value IS 65 (25.78% from 255) = 49.24%
BLUE value IS 15 (6.25% from 255) = 11.36%
R=39.39%
G=49.24%
B=11.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5265150.2000.770.7575.662.515.69
Hex3441F1404D4B4c3e10
Octal64101172401151131147620
Binary1101001000001111110100010011011001011100110011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34410F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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