#354015

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

Shades of Turtle Green #354015

Tints of Turtle Green #354015

Color information

#354015 (or 0x354015) is unknown color: approx Turtle Green. HEX triplet: 35, 40 and 15. RGB value is (53,64,21). Sum of RGB (Red+Green+Blue) = 53+64+21=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 21 (8.59% from 255 or 15.22% from 138); Max value from RGB is 64 - color contains mainly: green. Hex color #354015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354015 is #CABFEA. Grayscale: #373737. Windows color (decimal): -13287403 or 1392693. OLE color: 1392693.

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

Color convert

RGB536421-
CMYK0.1700.670.75
HSL75.35º50.59%16.67%-
HSV(B)75.35º67.19%25.1%-
XYZ3.444.481.39-
YUV55.81108.36126-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.41%
GREEN value IS 64 (25.39% from 255) = 46.38%
BLUE value IS 21 (8.59% from 255) = 15.22%
R=38.41%
G=46.38%
B=15.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5364210.1700.670.7575.3550.5916.67
Hex354015110434B4b3311
Octal65100252101031131136321
Binary11010110000001010110001010000111001011100101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354015; }

 p { color: rgb(53,64,21); }

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

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

 a { background-color: rgb(53,64,21); }

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

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

 span { border-color: rgb(53,64,21); }

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