#354717

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

Shades of Turtle Green #354717

Tints of Turtle Green #354717

Color information

#354717 (or 0x354717) is unknown color: approx Turtle Green. HEX triplet: 35, 47 and 17. RGB value is (53,71,23). Sum of RGB (Red+Green+Blue) = 53+71+23=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 71 (28.12% from 255 or 48.30% from 147); Blue value is 23 (9.38% from 255 or 15.65% from 147); Max value from RGB is 71 - color contains mainly: green. Hex color #354717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354717 is #CAB8E8. Grayscale: #3C3C3C. Windows color (decimal): -13285609 or 1525557. OLE color: 1525557.

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

Color convert

RGB537123-
CMYK0.2500.680.72
HSL82.5º51.06%18.43%-
HSV(B)82.5º67.61%27.84%-
XYZ3.885.331.63-
YUV60.15107.04122.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.05%
GREEN value IS 71 (28.12% from 255) = 48.30%
BLUE value IS 23 (9.38% from 255) = 15.65%
R=36.05%
G=48.30%
B=15.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5371230.2500.680.7282.551.0618.43
Hex3547171904448523312
Octal65107273101041101226322
Binary11010110001111011111001010001001001000101001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354717; }

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

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

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

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

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

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

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

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