#323F10

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

Shades of Turtle Green #323F10

Tints of Turtle Green #323F10

Color information

#323F10 (or 0x323F10) is unknown color: approx Turtle Green. HEX triplet: 32, 3F and 10. RGB value is (50,63,16). Sum of RGB (Red+Green+Blue) = 50+63+16=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 63 (25% from 255 or 48.84% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 63 - color contains mainly: green. Hex color #323F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323F10 is #CDC0EF. Grayscale: #353535. Windows color (decimal): -13484272 or 1064754. OLE color: 1064754.

HSL color Cylindrical-coordinate representation of color #323F10: hue angle of 76.6º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #323F10 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB506316-
CMYK0.2100.750.75
HSL76.6º59.49%15.49%-
HSV(B)76.6º74.6%24.71%-
XYZ3.194.271.15-
YUV53.76106.69125.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 38.76%
GREEN value IS 63 (25% from 255) = 48.84%
BLUE value IS 16 (6.64% from 255) = 12.40%
R=38.76%
G=48.84%
B=12.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5063160.2100.750.7576.659.4915.49
Hex323F101504B4B4d3bf
Octal6277202501131131157317
Binary110010111111100001010101001011100101110011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323F10; }

 p { color: rgb(50,63,16); }

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

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

 a { background-color: rgb(50,63,16); }

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

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

 span { border-color: rgb(50,63,16); }

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