#354311

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

Shades of Turtle Green #354311

Tints of Turtle Green #354311

Color information

#354311 (or 0x354311) is unknown color: approx Turtle Green. HEX triplet: 35, 43 and 11. RGB value is (53,67,17). Sum of RGB (Red+Green+Blue) = 53+67+17=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 67 (26.56% from 255 or 48.91% from 137); Blue value is 17 (7.03% from 255 or 12.41% from 137); Max value from RGB is 67 - color contains mainly: green. Hex color #354311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354311 is #CABCEE. Grayscale: #393939. Windows color (decimal): -13286639 or 1131317. OLE color: 1131317.

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

Color convert

RGB536717-
CMYK0.2100.750.74
HSL76.8º59.52%16.47%-
HSV(B)76.8º74.63%26.27%-
XYZ3.584.811.27-
YUV57.11105.36125.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.69%
GREEN value IS 67 (26.56% from 255) = 48.91%
BLUE value IS 17 (7.03% from 255) = 12.41%
R=38.69%
G=48.91%
B=12.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5367170.2100.750.7476.859.5216.47
Hex3543111504B4A4d3c10
Octal65103212501131121157420
Binary11010110000111000110101010010111001010100110111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354311; }

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

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

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

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

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

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

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

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