#354F04

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

Shades of Turtle Green #354F04

Tints of Turtle Green #354F04

Color information

#354F04 (or 0x354F04) is unknown color: approx Turtle Green. HEX triplet: 35, 4F and 04. RGB value is (53,79,4). Sum of RGB (Red+Green+Blue) = 53+79+4=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 79 (31.25% from 255 or 58.09% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 79 - color contains mainly: green. Hex color #354F04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #354F04 is #CAB0FB. Grayscale: #3E3E3E. Windows color (decimal): -13283580 or 282421. OLE color: 282421.

HSL color Cylindrical-coordinate representation of color #354F04: hue angle of 80.8º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #354F04 is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.

Color convert

RGB53794-
CMYK0.3300.950.69
HSL80.8º90.36%16.27%-
HSV(B)80.8º94.94%30.98%-
XYZ4.296.361.12-
YUV62.6894.89121.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.97%
GREEN value IS 79 (31.25% from 255) = 58.09%
BLUE value IS 4 (1.95% from 255) = 2.94%
R=38.97%
G=58.09%
B=2.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal537940.3300.950.6980.890.3616.27
Hex354F42105F45515a10
Octal65117441013710512113220
Binary11010110011111001000010101111110001011010001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354F04; }

 p { color: rgb(53,79,4); }

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

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

 a { background-color: rgb(53,79,4); }

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

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

 span { border-color: rgb(53,79,4); }

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