#34390E

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

Shades of Turtle Green #34390E

Tints of Turtle Green #34390E

Color information

#34390E (or 0x34390E) is unknown color: approx Turtle Green. HEX triplet: 34, 39 and 0E. RGB value is (52,57,14). Sum of RGB (Red+Green+Blue) = 52+57+14=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 57 (22.66% from 255 or 46.34% from 123); Blue value is 14 (5.86% from 255 or 11.38% from 123); Max value from RGB is 57 - color contains mainly: green. Hex color #34390E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34390E is #CBC6F1. Grayscale: #323232. Windows color (decimal): -13354738 or 932148. OLE color: 932148.

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

Color convert

RGB525714-
CMYK0.0900.750.78
HSL66.98º60.56%13.92%-
HSV(B)66.98º75.44%22.35%-
XYZ2.963.690.97-
YUV50.6107.34129-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.28%
GREEN value IS 57 (22.66% from 255) = 46.34%
BLUE value IS 14 (5.86% from 255) = 11.38%
R=42.28%
G=46.34%
B=11.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5257140.0900.750.7866.9860.5613.92
Hex3439E904B4E433de
Octal6471161101131161037516
Binary1101001110011110100101001011100111010000111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34390E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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