#343612

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

Shades of Turtle Green #343612

Tints of Turtle Green #343612

Color information

#343612 (or 0x343612) is unknown color: approx Turtle Green. HEX triplet: 34, 36 and 12. RGB value is (52,54,18). Sum of RGB (Red+Green+Blue) = 52+54+18=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 54 (21.48% from 255 or 43.55% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 54 - color contains mainly: green. Hex color #343612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343612 is #CBC9ED. Grayscale: #313131. Windows color (decimal): -13355502 or 1193524. OLE color: 1193524.

HSL color Cylindrical-coordinate representation of color #343612: hue angle of 63.33º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #343612 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.79.

Color convert

RGB525418-
CMYK0.0400.670.79
HSL63.33º50%14.12%-
HSV(B)63.33º66.67%21.18%-
XYZ2.843.411.08-
YUV49.3110.34129.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.94%
GREEN value IS 54 (21.48% from 255) = 43.55%
BLUE value IS 18 (7.42% from 255) = 14.52%
R=41.94%
G=43.55%
B=14.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5254180.0400.670.7963.335014.12
Hex34361240434F3f32e
Octal64662240103117776216
Binary110100110110100101000100001110011111111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343612; }

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

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

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

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

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

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

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

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