#34391D

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

Shades of Turtle Green #34391D

Tints of Turtle Green #34391D

Color information

#34391D (or 0x34391D) is unknown color: approx Turtle Green. HEX triplet: 34, 39 and 1D. RGB value is (52,57,29). Sum of RGB (Red+Green+Blue) = 52+57+29=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 57 (22.66% from 255 or 41.30% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 57 - color contains mainly: green. Hex color #34391D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34391D is #CBC6E2. Grayscale: #343434. Windows color (decimal): -13354723 or 1915188. OLE color: 1915188.

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

Color convert

RGB525729-
CMYK0.0900.490.78
HSL70.71º32.56%16.86%-
HSV(B)70.71º49.12%22.35%-
XYZ3.13.751.72-
YUV52.31114.84127.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.68%
GREEN value IS 57 (22.66% from 255) = 41.30%
BLUE value IS 29 (11.72% from 255) = 21.01%
R=37.68%
G=41.30%
B=21.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5257290.0900.490.7870.7132.5616.86
Hex34391D90314E472111
Octal647135110611161074121
Binary11010011100111101100101100011001110100011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34391D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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