#34370D

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

Shades of Turtle Green #34370D

Tints of Turtle Green #34370D

Color information

#34370D (or 0x34370D) is unknown color: approx Turtle Green. HEX triplet: 34, 37 and 0D. RGB value is (52,55,13). Sum of RGB (Red+Green+Blue) = 52+55+13=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 55 (21.88% from 255 or 45.83% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 55 - color contains mainly: green. Hex color #34370D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34370D is #CBC8F2. Grayscale: #313131. Windows color (decimal): -13355251 or 866100. OLE color: 866100.

HSL color Cylindrical-coordinate representation of color #34370D: hue angle of 64.29º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34370D is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.78.

Color convert

RGB525513-
CMYK0.0500.760.78
HSL64.29º61.76%13.33%-
HSV(B)64.29º76.36%21.57%-
XYZ2.863.490.9-
YUV49.32107.51129.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 43.33%
GREEN value IS 55 (21.88% from 255) = 45.83%
BLUE value IS 13 (5.47% from 255) = 10.83%
R=43.33%
G=45.83%
B=10.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5255130.0500.760.7864.2961.7613.33
Hex3437D504C4E403ed
Octal646715501141161007615
Binary110100110111110110101001100100111010000001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34370D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,55,13); }

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

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

 a { background-color: rgb(52,55,13); }

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

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

 span { border-color: rgb(52,55,13); }

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