#354312

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

Shades of Turtle Green #354312

Tints of Turtle Green #354312

Color information

#354312 (or 0x354312) is unknown color: approx Turtle Green. HEX triplet: 35, 43 and 12. RGB value is (53,67,18). Sum of RGB (Red+Green+Blue) = 53+67+18=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 67 (26.56% from 255 or 48.55% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 67 - color contains mainly: green. Hex color #354312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354312 is #CABCED. Grayscale: #393939. Windows color (decimal): -13286638 or 1196853. OLE color: 1196853.

HSL color Cylindrical-coordinate representation of color #354312: hue angle of 77.14º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #354312 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB536718-
CMYK0.2100.730.74
HSL77.14º57.65%16.67%-
HSV(B)77.14º73.13%26.27%-
XYZ3.584.811.31-
YUV57.23105.86124.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.41%
GREEN value IS 67 (26.56% from 255) = 48.55%
BLUE value IS 18 (7.42% from 255) = 13.04%
R=38.41%
G=48.55%
B=13.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5367180.2100.730.7477.1457.6516.67
Hex354312150494A4d3a11
Octal65103222501111121157221
Binary11010110000111001010101010010011001010100110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354312; }

 p { color: rgb(53,67,18); }

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

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

 a { background-color: rgb(53,67,18); }

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

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

 span { border-color: rgb(53,67,18); }

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