#343F0D

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

Shades of Turtle Green #343F0D

Tints of Turtle Green #343F0D

Color information

#343F0D (or 0x343F0D) is unknown color: approx Turtle Green. HEX triplet: 34, 3F and 0D. RGB value is (52,63,13). Sum of RGB (Red+Green+Blue) = 52+63+13=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 63 (25% from 255 or 49.22% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 63 - color contains mainly: green. Hex color #343F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343F0D is #CBC0F2. Grayscale: #363636. Windows color (decimal): -13353203 or 868148. OLE color: 868148.

HSL color Cylindrical-coordinate representation of color #343F0D: hue angle of 73.2º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #343F0D is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.75.

Color convert

RGB526313-
CMYK0.1700.790.75
HSL73.2º65.79%14.9%-
HSV(B)73.2º79.37%24.71%-
XYZ3.274.311.04-
YUV54.01104.86126.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.62%
GREEN value IS 63 (25% from 255) = 49.22%
BLUE value IS 13 (5.47% from 255) = 10.16%
R=40.62%
G=49.22%
B=10.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5263130.1700.790.7573.265.7914.9
Hex343FD1104F4B4942f
Octal64771521011711311110217
Binary110100111111110110001010011111001011100100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343F0D; }

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

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

<style>
 a { background-color: #343F0D; }

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

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

<style>
 span { border-color: #343F0D; }

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

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