#354C04

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

Shades of Turtle Green #354C04

Tints of Turtle Green #354C04

Color information

#354C04 (or 0x354C04) is unknown color: approx Turtle Green. HEX triplet: 35, 4C and 04. RGB value is (53,76,4). Sum of RGB (Red+Green+Blue) = 53+76+4=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 76 (30.08% from 255 or 57.14% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 76 - color contains mainly: green. Hex color #354C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354C04 is #CAB3FB. Grayscale: #3D3D3D. Windows color (decimal): -13284348 or 281653. OLE color: 281653.

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

Color convert

RGB53764-
CMYK0.3000.950.70
HSL79.17º90%15.69%-
HSV(B)79.17º94.74%29.8%-
XYZ4.075.931.05-
YUV60.9295.88122.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.85%
GREEN value IS 76 (30.08% from 255) = 57.14%
BLUE value IS 4 (1.95% from 255) = 3.01%
R=39.85%
G=57.14%
B=3.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal537640.3000.950.7079.179015.69
Hex354C41E05F464f5a10
Octal65114436013710611713220
Binary1101011001100100111100101111110001101001111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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