#345112

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

Shades of Turtle Green #345112

Tints of Turtle Green #345112

Color information

#345112 (or 0x345112) is unknown color: approx Turtle Green. HEX triplet: 34, 51 and 12. RGB value is (52,81,18). Sum of RGB (Red+Green+Blue) = 52+81+18=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 81 (32.03% from 255 or 53.64% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 81 - color contains mainly: green. Hex color #345112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345112 is #CBAEED. Grayscale: #414141. Windows color (decimal): -13348590 or 1200436. OLE color: 1200436.

HSL color Cylindrical-coordinate representation of color #345112: hue angle of 87.62º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #345112 is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB528118-
CMYK0.3600.780.68
HSL87.62º63.64%19.41%-
HSV(B)87.62º77.78%31.76%-
XYZ4.476.661.62-
YUV65.15101.39118.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.44%
GREEN value IS 81 (32.03% from 255) = 53.64%
BLUE value IS 18 (7.42% from 255) = 11.92%
R=34.44%
G=53.64%
B=11.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5281180.3600.780.6887.6263.6419.41
Hex3451122404E44584013
Octal641212244011610413010023
Binary1101001010001100101001000100111010001001011000100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345112; }

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

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

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

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

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

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

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

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