#354909

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

Shades of Turtle Green #354909

Tints of Turtle Green #354909

Color information

#354909 (or 0x354909) is unknown color: approx Turtle Green. HEX triplet: 35, 49 and 09. RGB value is (53,73,9). Sum of RGB (Red+Green+Blue) = 53+73+9=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 73 (28.91% from 255 or 54.07% from 135); Blue value is 9 (3.91% from 255 or 6.67% from 135); Max value from RGB is 73 - color contains mainly: green. Hex color #354909 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354909 is #CAB6F6. Grayscale: #3B3B3B. Windows color (decimal): -13285111 or 608565. OLE color: 608565.

HSL color Cylindrical-coordinate representation of color #354909: hue angle of 78.75º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #354909 is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.71.

Color convert

RGB53739-
CMYK0.2700.880.71
HSL78.75º78.05%16.08%-
HSV(B)78.75º87.67%28.63%-
XYZ3.95.541.12-
YUV59.7299.37123.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.26%
GREEN value IS 73 (28.91% from 255) = 54.07%
BLUE value IS 9 (3.91% from 255) = 6.67%
R=39.26%
G=54.07%
B=6.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal537390.2700.880.7178.7578.0516.08
Hex354991B058474f4e10
Octal651111133013010711711620
Binary11010110010011001110110101100010001111001111100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354909; }

 p { color: rgb(53,73,9); }

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

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

 a { background-color: rgb(53,73,9); }

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

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

 span { border-color: rgb(53,73,9); }

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