#34390A

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

Shades of Turtle Green #34390A

Tints of Turtle Green #34390A

Color information

#34390A (or 0x34390A) is unknown color: approx Turtle Green. HEX triplet: 34, 39 and 0A. RGB value is (52,57,10). Sum of RGB (Red+Green+Blue) = 52+57+10=119 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.70% from 119); Green value is 57 (22.66% from 255 or 47.90% from 119); Blue value is 10 (4.30% from 255 or 8.40% from 119); Max value from RGB is 57 - color contains mainly: green. Hex color #34390A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34390A is #CBC6F5. Grayscale: #323232. Windows color (decimal): -13354742 or 670004. OLE color: 670004.

HSL color Cylindrical-coordinate representation of color #34390A: hue angle of 66.38º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #34390A is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB525710-
CMYK0.0900.820.78
HSL66.38º70.15%13.14%-
HSV(B)66.38º82.46%22.35%-
XYZ2.933.680.84-
YUV50.15105.34129.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 43.70%
GREEN value IS 57 (22.66% from 255) = 47.90%
BLUE value IS 10 (4.30% from 255) = 8.40%
R=43.70%
G=47.90%
B=8.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5257100.0900.820.7866.3870.1513.14
Hex3439A90524E4246d
Octal64711211012211610210615
Binary11010011100110101001010100101001110100001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34390A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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