#354808

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

Shades of Turtle Green #354808

Tints of Turtle Green #354808

Color information

#354808 (or 0x354808) is unknown color: approx Turtle Green. HEX triplet: 35, 48 and 08. RGB value is (53,72,8). Sum of RGB (Red+Green+Blue) = 53+72+8=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 72 (28.52% from 255 or 54.14% from 133); Blue value is 8 (3.52% from 255 or 6.02% from 133); Max value from RGB is 72 - color contains mainly: green. Hex color #354808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354808 is #CAB7F7. Grayscale: #3B3B3B. Windows color (decimal): -13285368 or 542773. OLE color: 542773.

HSL color Cylindrical-coordinate representation of color #354808: hue angle of 77.81º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #354808 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB53728-
CMYK0.2600.890.72
HSL77.81º80%15.69%-
HSV(B)77.81º88.89%28.24%-
XYZ3.835.411.07-
YUV59.0299.21123.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.85%
GREEN value IS 72 (28.52% from 255) = 54.14%
BLUE value IS 8 (3.52% from 255) = 6.02%
R=39.85%
G=54.14%
B=6.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal537280.2600.890.7277.818015.69
Hex354881A059484e5010
Octal651101032013111011612020
Binary11010110010001000110100101100110010001001110101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354808; }

 p { color: rgb(53,72,8); }

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

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

 a { background-color: rgb(53,72,8); }

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

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

 span { border-color: rgb(53,72,8); }

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