#34360D

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

Shades of Turtle Green #34360D

Tints of Turtle Green #34360D

Color information

#34360D (or 0x34360D) is unknown color: approx Turtle Green. HEX triplet: 34, 36 and 0D. RGB value is (52,54,13). Sum of RGB (Red+Green+Blue) = 52+54+13=119 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.70% from 119); Green value is 54 (21.48% from 255 or 45.38% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 54 - color contains mainly: green. Hex color #34360D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34360D is #CBC9F2. Grayscale: #303030. Windows color (decimal): -13355507 or 865844. OLE color: 865844.

HSL color Cylindrical-coordinate representation of color #34360D: hue angle of 62.93º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34360D is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.79.

Color convert

RGB525413-
CMYK0.0400.760.79
HSL62.93º61.19%13.14%-
HSV(B)62.93º75.93%21.18%-
XYZ2.813.40.89-
YUV48.73107.84130.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 43.70%
GREEN value IS 54 (21.48% from 255) = 45.38%
BLUE value IS 13 (5.47% from 255) = 10.92%
R=43.70%
G=45.38%
B=10.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5254130.0400.760.7962.9361.1913.14
Hex3436D404C4F3f3dd
Octal64661540114117777515
Binary11010011011011011000100110010011111111111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34360D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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