#323900

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

Shades of Turtle Green #323900

Tints of Turtle Green #323900

Color information

#323900 (or 0x323900) is unknown color: approx Turtle Green. HEX triplet: 32, 39 and 00. RGB value is (50,57,0). Sum of RGB (Red+Green+Blue) = 50+57+0=107 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.73% from 107); Green value is 57 (22.66% from 255 or 53.27% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 57 - color contains mainly: green. Hex color #323900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323900 is #CDC6FF. Grayscale: #303030. Windows color (decimal): -13485824 or 14642. OLE color: 14642.

HSL color Cylindrical-coordinate representation of color #323900: hue angle of 67.37º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #323900 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB50570-
CMYK0.12010.78
HSL67.37º100%11.18%-
HSV(B)67.37º100%22.35%-
XYZ2.783.60.55-
YUV48.41100.68129.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 46.73%
GREEN value IS 57 (22.66% from 255) = 53.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.73%
G=53.27%
B=0%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal505700.12010.7867.3710011.18
Hex32390C0644E4364b
Octal6271014014411610314413
Binary11001011100101100011001001001110100001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323900; }

 p { color: rgb(50,57,0); }

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

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

 a { background-color: rgb(50,57,0); }

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

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

 span { border-color: rgb(50,57,0); }

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