#34360E

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

Shades of Turtle Green #34360E

Tints of Turtle Green #34360E

Color information

#34360E (or 0x34360E) is unknown color: approx Turtle Green. HEX triplet: 34, 36 and 0E. RGB value is (52,54,14). Sum of RGB (Red+Green+Blue) = 52+54+14=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 54 (21.48% from 255 or 45% from 120); Blue value is 14 (5.86% from 255 or 11.67% from 120); Max value from RGB is 54 - color contains mainly: green. Hex color #34360E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34360E is #CBC9F1. Grayscale: #313131. Windows color (decimal): -13355506 or 931380. OLE color: 931380.

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

Color convert

RGB525414-
CMYK0.0400.740.79
HSL63º58.82%13.33%-
HSV(B)63º74.07%21.18%-
XYZ2.813.40.92-
YUV48.84108.34130.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 43.33%
GREEN value IS 54 (21.48% from 255) = 45%
BLUE value IS 14 (5.86% from 255) = 11.67%
R=43.33%
G=45%
B=11.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5254140.0400.740.796358.8213.33
Hex3436E404A4F3f3bd
Octal64661640112117777315
Binary11010011011011101000100101010011111111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34360E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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