#354614

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

Shades of Turtle Green #354614

Tints of Turtle Green #354614

Color information

#354614 (or 0x354614) is unknown color: approx Turtle Green. HEX triplet: 35, 46 and 14. RGB value is (53,70,20). Sum of RGB (Red+Green+Blue) = 53+70+20=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 70 (27.73% from 255 or 48.95% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 70 - color contains mainly: green. Hex color #354614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354614 is #CAB9EB. Grayscale: #3B3B3B. Windows color (decimal): -13285868 or 1328693. OLE color: 1328693.

HSL color Cylindrical-coordinate representation of color #354614: hue angle of 80.4º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #354614 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB537020-
CMYK0.2400.710.73
HSL80.4º55.56%17.65%-
HSV(B)80.4º71.43%27.45%-
XYZ3.785.191.46-
YUV59.22105.87123.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.06%
GREEN value IS 70 (27.73% from 255) = 48.95%
BLUE value IS 20 (8.20% from 255) = 13.99%
R=37.06%
G=48.95%
B=13.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5370200.2400.710.7380.455.5617.65
Hex3546141804749503812
Octal65106243001071111207022
Binary11010110001101010011000010001111001001101000011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354614; }

 p { color: rgb(53,70,20); }

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

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

 a { background-color: rgb(53,70,20); }

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

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

 span { border-color: rgb(53,70,20); }

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