#343C1F

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

Shades of Turtle Green #343C1F

Tints of Turtle Green #343C1F

Color information

#343C1F (or 0x343C1F) is unknown color: approx Turtle Green. HEX triplet: 34, 3C and 1F. RGB value is (52,60,31). Sum of RGB (Red+Green+Blue) = 52+60+31=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 60 (23.83% from 255 or 41.96% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 60 - color contains mainly: green. Hex color #343C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343C1F is #CBC3E0. Grayscale: #363636. Windows color (decimal): -13353953 or 2047028. OLE color: 2047028.

HSL color Cylindrical-coordinate representation of color #343C1F: hue angle of 76.55º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #343C1F is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.76.

Color convert

RGB526031-
CMYK0.1300.480.76
HSL76.55º31.87%17.84%-
HSV(B)76.55º48.33%23.53%-
XYZ3.284.061.91-
YUV54.3114.85126.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.36%
GREEN value IS 60 (23.83% from 255) = 41.96%
BLUE value IS 31 (12.5% from 255) = 21.68%
R=36.36%
G=41.96%
B=21.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5260310.1300.480.7676.5531.8717.84
Hex343C1FD0304C4d2012
Octal647437150601141154022
Binary11010011110011111110101100001001100100110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,60,31); }

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

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

 a { background-color: rgb(52,60,31); }

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

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

 span { border-color: rgb(52,60,31); }

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