#354E10

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

Shades of Turtle Green #354E10

Tints of Turtle Green #354E10

Color information

#354E10 (or 0x354E10) is unknown color: approx Turtle Green. HEX triplet: 35, 4E and 10. RGB value is (53,78,16). Sum of RGB (Red+Green+Blue) = 53+78+16=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 78 (30.86% from 255 or 53.06% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 78 - color contains mainly: green. Hex color #354E10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #354E10 is #CAB1EF. Grayscale: #3F3F3F. Windows color (decimal): -13283824 or 1068597. OLE color: 1068597.

HSL color Cylindrical-coordinate representation of color #354E10: hue angle of 84.19º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #354E10 is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB537816-
CMYK0.3200.790.69
HSL84.19º65.96%18.43%-
HSV(B)84.19º79.49%30.59%-
XYZ4.296.241.47-
YUV63.46101.22120.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.05%
GREEN value IS 78 (30.86% from 255) = 53.06%
BLUE value IS 16 (6.64% from 255) = 10.88%
R=36.05%
G=53.06%
B=10.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5378160.3200.790.6984.1965.9618.43
Hex354E102004F45544212
Octal651162040011710512410222
Binary1101011001110100001000000100111110001011010100100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354E10; }

 p { color: rgb(53,78,16); }

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

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

 a { background-color: rgb(53,78,16); }

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

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

 span { border-color: rgb(53,78,16); }

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