#324302

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

Shades of Turtle Green #324302

Tints of Turtle Green #324302

Color information

#324302 (or 0x324302) is unknown color: approx Turtle Green. HEX triplet: 32, 43 and 02. RGB value is (50,67,2). Sum of RGB (Red+Green+Blue) = 50+67+2=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 67 (26.56% from 255 or 56.30% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 67 - color contains mainly: green. Hex color #324302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324302 is #CDBCFD. Grayscale: #363636. Windows color (decimal): -13483262 or 148274. OLE color: 148274.

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

Color convert

RGB50672-
CMYK0.2500.970.74
HSL75.69º94.2%13.53%-
HSV(B)75.69º97.01%26.27%-
XYZ3.334.70.79-
YUV54.5198.37124.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.02%
GREEN value IS 67 (26.56% from 255) = 56.30%
BLUE value IS 2 (1.17% from 255) = 1.68%
R=42.02%
G=56.30%
B=1.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal506720.2500.970.7475.6994.213.53
Hex32432190614A4c5ee
Octal62103231014111211413616
Binary11001010000111011001011000011001010100110010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324302; }

 p { color: rgb(50,67,2); }

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

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

 a { background-color: rgb(50,67,2); }

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

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

 span { border-color: rgb(50,67,2); }

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