#34470A

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

Shades of Turtle Green #34470A

Tints of Turtle Green #34470A

Color information

#34470A (or 0x34470A) is unknown color: approx Turtle Green. HEX triplet: 34, 47 and 0A. RGB value is (52,71,10). Sum of RGB (Red+Green+Blue) = 52+71+10=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 71 (28.12% from 255 or 53.38% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 71 - color contains mainly: green. Hex color #34470A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34470A is #CBB8F5. Grayscale: #3A3A3A. Windows color (decimal): -13351158 or 673588. OLE color: 673588.

HSL color Cylindrical-coordinate representation of color #34470A: hue angle of 78.69º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #34470A is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB527110-
CMYK0.2700.860.72
HSL78.69º75.31%15.88%-
HSV(B)78.69º85.92%27.84%-
XYZ3.725.261.11-
YUV58.36100.71123.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.10%
GREEN value IS 71 (28.12% from 255) = 53.38%
BLUE value IS 10 (4.30% from 255) = 7.52%
R=39.10%
G=53.38%
B=7.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5271100.2700.860.7278.6975.3115.88
Hex3447A1B056484f4b10
Octal641071233012611011711320
Binary11010010001111010110110101011010010001001111100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34470A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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