#34391E

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

Shades of Turtle Green #34391E

Tints of Turtle Green #34391E

Color information

#34391E (or 0x34391E) is unknown color: approx Turtle Green. HEX triplet: 34, 39 and 1E. RGB value is (52,57,30). Sum of RGB (Red+Green+Blue) = 52+57+30=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 57 (22.66% from 255 or 41.01% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 57 - color contains mainly: green. Hex color #34391E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34391E is #CBC6E1. Grayscale: #343434. Windows color (decimal): -13354722 or 1980724. OLE color: 1980724.

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

Color convert

RGB525730-
CMYK0.0900.470.78
HSL71.11º31.03%17.06%-
HSV(B)71.11º47.37%22.35%-
XYZ3.113.751.79-
YUV52.43115.34127.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.41%
GREEN value IS 57 (22.66% from 255) = 41.01%
BLUE value IS 30 (12.11% from 255) = 21.58%
R=37.41%
G=41.01%
B=21.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5257300.0900.470.7871.1131.0317.06
Hex34391E902F4E471f11
Octal647136110571161073721
Binary1101001110011111010010101111100111010001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34391E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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