#354502

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

Shades of Turtle Green #354502

Tints of Turtle Green #354502

Color information

#354502 (or 0x354502) is unknown color: approx Turtle Green. HEX triplet: 35, 45 and 02. RGB value is (53,69,2). Sum of RGB (Red+Green+Blue) = 53+69+2=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 69 (27.34% from 255 or 55.65% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 69 - color contains mainly: green. Hex color #354502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354502 is #CABAFD. Grayscale: #383838. Windows color (decimal): -13286142 or 148789. OLE color: 148789.

HSL color Cylindrical-coordinate representation of color #354502: hue angle of 74.33º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #354502 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB53692-
CMYK0.2300.970.73
HSL74.33º94.37%13.92%-
HSV(B)74.33º97.1%27.06%-
XYZ3.615.020.84-
YUV56.5897.2125.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.74%
GREEN value IS 69 (27.34% from 255) = 55.65%
BLUE value IS 2 (1.17% from 255) = 1.61%
R=42.74%
G=55.65%
B=1.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal536920.2300.970.7374.3394.3713.92
Hex3545217061494a5ee
Octal65105227014111111213616
Binary11010110001011010111011000011001001100101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354502; }

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

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

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

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

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

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

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

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