#354303

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

Shades of Turtle Green #354303

Tints of Turtle Green #354303

Color information

#354303 (or 0x354303) is unknown color: approx Turtle Green. HEX triplet: 35, 43 and 03. RGB value is (53,67,3). Sum of RGB (Red+Green+Blue) = 53+67+3=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 67 (26.56% from 255 or 54.47% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 67 - color contains mainly: green. Hex color #354303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354303 is #CABCFC. Grayscale: #373737. Windows color (decimal): -13286653 or 213813. OLE color: 213813.

HSL color Cylindrical-coordinate representation of color #354303: hue angle of 73.12º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #354303 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.74.

Color convert

RGB53673-
CMYK0.2100.960.74
HSL73.12º91.43%13.73%-
HSV(B)73.12º95.52%26.27%-
XYZ3.494.780.82-
YUV55.5298.36126.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.09%
GREEN value IS 67 (26.56% from 255) = 54.47%
BLUE value IS 3 (1.56% from 255) = 2.44%
R=43.09%
G=54.47%
B=2.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal536730.2100.960.7473.1291.4313.73
Hex35433150604A495be
Octal65103325014011211113316
Binary11010110000111110101011000001001010100100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354303; }

 p { color: rgb(53,67,3); }

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

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

 a { background-color: rgb(53,67,3); }

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

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

 span { border-color: rgb(53,67,3); }

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