#34420F

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

Shades of Turtle Green #34420F

Tints of Turtle Green #34420F

Color information

#34420F (or 0x34420F) is unknown color: approx Turtle Green. HEX triplet: 34, 42 and 0F. RGB value is (52,66,15). Sum of RGB (Red+Green+Blue) = 52+66+15=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 15 (6.25% from 255 or 11.28% from 133); Max value from RGB is 66 - color contains mainly: green. Hex color #34420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34420F is #CBBDF0. Grayscale: #383838. Windows color (decimal): -13352433 or 999988. OLE color: 999988.

HSL color Cylindrical-coordinate representation of color #34420F: hue angle of 76.47º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34420F is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB526615-
CMYK0.2100.770.74
HSL76.47º62.96%15.88%-
HSV(B)76.47º77.27%25.88%-
XYZ3.454.661.17-
YUV56104.86125.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.10%
GREEN value IS 66 (26.17% from 255) = 49.62%
BLUE value IS 15 (6.25% from 255) = 11.28%
R=39.10%
G=49.62%
B=11.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5266150.2100.770.7476.4762.9615.88
Hex3442F1504D4A4c3f10
Octal64102172501151121147720
Binary1101001000010111110101010011011001010100110011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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