#343810

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

Shades of Turtle Green #343810

Tints of Turtle Green #343810

Color information

#343810 (or 0x343810) is unknown color: approx Turtle Green. HEX triplet: 34, 38 and 10. RGB value is (52,56,16). Sum of RGB (Red+Green+Blue) = 52+56+16=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 56 (22.27% from 255 or 45.16% from 124); Blue value is 16 (6.64% from 255 or 12.90% from 124); Max value from RGB is 56 - color contains mainly: green. Hex color #343810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343810 is #CBC7EF. Grayscale: #323232. Windows color (decimal): -13354992 or 1062964. OLE color: 1062964.

HSL color Cylindrical-coordinate representation of color #343810: hue angle of 66º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #343810 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB525616-
CMYK0.0700.710.78
HSL66º55.56%14.12%-
HSV(B)66º71.43%21.96%-
XYZ2.923.61.03-
YUV50.24108.67129.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.94%
GREEN value IS 56 (22.27% from 255) = 45.16%
BLUE value IS 16 (6.64% from 255) = 12.90%
R=41.94%
G=45.16%
B=12.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5256160.0700.710.786655.5614.12
Hex34381070474E4238e
Octal647020701071161027016
Binary1101001110001000011101000111100111010000101110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343810; }

 p { color: rgb(52,56,16); }

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

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

 a { background-color: rgb(52,56,16); }

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

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

 span { border-color: rgb(52,56,16); }

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