#354714

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

Shades of Turtle Green #354714

Tints of Turtle Green #354714

Color information

#354714 (or 0x354714) is unknown color: approx Turtle Green. HEX triplet: 35, 47 and 14. RGB value is (53,71,20). Sum of RGB (Red+Green+Blue) = 53+71+20=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 71 (28.12% from 255 or 49.31% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 71 - color contains mainly: green. Hex color #354714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354714 is #CAB8EB. Grayscale: #3B3B3B. Windows color (decimal): -13285612 or 1328949. OLE color: 1328949.

HSL color Cylindrical-coordinate representation of color #354714: hue angle of 81.18º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #354714 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB537120-
CMYK0.2500.720.72
HSL81.18º56.04%17.84%-
HSV(B)81.18º71.83%27.84%-
XYZ3.855.311.48-
YUV59.8105.54123.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.81%
GREEN value IS 71 (28.12% from 255) = 49.31%
BLUE value IS 20 (8.20% from 255) = 13.89%
R=36.81%
G=49.31%
B=13.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5371200.2500.720.7281.1856.0417.84
Hex3547141904848513812
Octal65107243101101101217022
Binary11010110001111010011001010010001001000101000111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354714; }

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

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

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

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

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

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

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

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