#323B1B

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

Shades of Turtle Green #323B1B

Tints of Turtle Green #323B1B

Color information

#323B1B (or 0x323B1B) is unknown color: approx Turtle Green. HEX triplet: 32, 3B and 1B. RGB value is (50,59,27). Sum of RGB (Red+Green+Blue) = 50+59+27=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 59 (23.44% from 255 or 43.38% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 59 - color contains mainly: green. Hex color #323B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323B1B is #CDC4E4. Grayscale: #343434. Windows color (decimal): -13485285 or 1784626. OLE color: 1784626.

HSL color Cylindrical-coordinate representation of color #323B1B: hue angle of 76.88º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #323B1B is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.77.

Color convert

RGB505927-
CMYK0.1500.540.77
HSL76.88º37.21%16.86%-
HSV(B)76.88º54.24%23.14%-
XYZ3.083.891.62-
YUV52.66113.52126.1-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.76%
GREEN value IS 59 (23.44% from 255) = 43.38%
BLUE value IS 27 (10.94% from 255) = 19.85%
R=36.76%
G=43.38%
B=19.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5059270.1500.540.7776.8837.2116.86
Hex323B1BF0364D4d2511
Octal627333170661151154521
Binary11001011101111011111101101101001101100110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,59,27); }

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

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

 a { background-color: rgb(50,59,27); }

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

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

 span { border-color: rgb(50,59,27); }

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