#354110

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

Shades of Turtle Green #354110

Tints of Turtle Green #354110

Color information

#354110 (or 0x354110) is unknown color: approx Turtle Green. HEX triplet: 35, 41 and 10. RGB value is (53,65,16). Sum of RGB (Red+Green+Blue) = 53+65+16=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 65 (25.78% from 255 or 48.51% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 65 - color contains mainly: green. Hex color #354110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354110 is #CABEEF. Grayscale: #383838. Windows color (decimal): -13287152 or 1065269. OLE color: 1065269.

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

Color convert

RGB536516-
CMYK0.1800.750.75
HSL74.69º60.49%15.88%-
HSV(B)74.69º75.38%25.49%-
XYZ3.454.571.19-
YUV55.83105.52125.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.55%
GREEN value IS 65 (25.78% from 255) = 48.51%
BLUE value IS 16 (6.64% from 255) = 11.94%
R=39.55%
G=48.51%
B=11.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5365160.1800.750.7574.6960.4915.88
Hex3541101204B4B4b3c10
Octal65101202201131131137420
Binary11010110000011000010010010010111001011100101111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354110; }

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

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

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

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

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

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

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

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