#343812

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

Shades of Turtle Green #343812

Tints of Turtle Green #343812

Color information

#343812 (or 0x343812) is unknown color: approx Turtle Green. HEX triplet: 34, 38 and 12. RGB value is (52,56,18). Sum of RGB (Red+Green+Blue) = 52+56+18=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 56 (22.27% from 255 or 44.44% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 56 - color contains mainly: green. Hex color #343812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343812 is #CBC7ED. Grayscale: #323232. Windows color (decimal): -13354990 or 1194036. OLE color: 1194036.

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

Color convert

RGB525618-
CMYK0.0700.680.78
HSL66.32º51.35%14.51%-
HSV(B)66.32º67.86%21.96%-
XYZ2.943.61.11-
YUV50.47109.67129.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.27%
GREEN value IS 56 (22.27% from 255) = 44.44%
BLUE value IS 18 (7.42% from 255) = 14.29%
R=41.27%
G=44.44%
B=14.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5256180.0700.680.7866.3251.3514.51
Hex34381270444E4233f
Octal647022701041161026317
Binary1101001110001001011101000100100111010000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343812; }

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

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

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

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

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

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

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

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