#354700

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

Shades of Turtle Green #354700

Tints of Turtle Green #354700

Color information

#354700 (or 0x354700) is unknown color: approx Turtle Green. HEX triplet: 35, 47 and 00. RGB value is (53,71,0). Sum of RGB (Red+Green+Blue) = 53+71+0=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 71 (28.12% from 255 or 57.26% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 71 - color contains mainly: green. Hex color #354700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354700 is #CAB8FF. Grayscale: #393939. Windows color (decimal): -13285632 or 18229. OLE color: 18229.

HSL color Cylindrical-coordinate representation of color #354700: hue angle of 75.21º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #354700 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB53710-
CMYK0.25010.72
HSL75.21º100%13.92%-
HSV(B)75.21º100%27.84%-
XYZ3.725.260.82-
YUV57.5295.54124.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.74%
GREEN value IS 71 (28.12% from 255) = 57.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.74%
G=57.26%
B=0%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal537100.25010.7275.2110013.92
Hex3547019064484b64e
Octal65107031014411011314416
Binary1101011000111011001011001001001000100101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354700; }

 p { color: rgb(53,71,0); }

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

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

 a { background-color: rgb(53,71,0); }

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

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

 span { border-color: rgb(53,71,0); }

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