#354802

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

Shades of Turtle Green #354802

Tints of Turtle Green #354802

Color information

#354802 (or 0x354802) is unknown color: approx Turtle Green. HEX triplet: 35, 48 and 02. RGB value is (53,72,2). Sum of RGB (Red+Green+Blue) = 53+72+2=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 72 (28.52% from 255 or 56.69% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 72 - color contains mainly: green. Hex color #354802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354802 is #CAB7FD. Grayscale: #3A3A3A. Windows color (decimal): -13285374 or 149557. OLE color: 149557.

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

Color convert

RGB53722-
CMYK0.2600.970.72
HSL76.29º94.59%14.51%-
HSV(B)76.29º97.22%28.24%-
XYZ3.85.40.9-
YUV58.3496.21124.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.73%
GREEN value IS 72 (28.52% from 255) = 56.69%
BLUE value IS 2 (1.17% from 255) = 1.57%
R=41.73%
G=56.69%
B=1.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal537220.2600.970.7276.2994.5914.51
Hex354821A061484c5ff
Octal65110232014111011413717
Binary11010110010001011010011000011001000100110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354802; }

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

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

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

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

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

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

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

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