#354018

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

Shades of Turtle Green #354018

Tints of Turtle Green #354018

Color information

#354018 (or 0x354018) is unknown color: approx Turtle Green. HEX triplet: 35, 40 and 18. RGB value is (53,64,24). Sum of RGB (Red+Green+Blue) = 53+64+24=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 24 (9.77% from 255 or 17.02% from 141); Max value from RGB is 64 - color contains mainly: green. Hex color #354018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354018 is #CABFE7. Grayscale: #383838. Windows color (decimal): -13287400 or 1589301. OLE color: 1589301.

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

Color convert

RGB536424-
CMYK0.1700.620.75
HSL76.5º45.45%17.25%-
HSV(B)76.5º62.5%25.1%-
XYZ3.474.491.55-
YUV56.15109.86125.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.59%
GREEN value IS 64 (25.39% from 255) = 45.39%
BLUE value IS 24 (9.77% from 255) = 17.02%
R=37.59%
G=45.39%
B=17.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5364240.1700.620.7576.545.4517.25
Hex3540181103E4B4c2d11
Octal6510030210761131145521
Binary1101011000000110001000101111101001011100110010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354018; }

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

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

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

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

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

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

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

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