#323B00

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

Shades of Turtle Green #323B00

Tints of Turtle Green #323B00

Color information

#323B00 (or 0x323B00) is unknown color: approx Turtle Green. HEX triplet: 32, 3B and 00. RGB value is (50,59,0). Sum of RGB (Red+Green+Blue) = 50+59+0=109 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.87% from 109); Green value is 59 (23.44% from 255 or 54.13% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 59 - color contains mainly: green. Hex color #323B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323B00 is #CDC4FF. Grayscale: #313131. Windows color (decimal): -13485312 or 15154. OLE color: 15154.

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

Color convert

RGB50590-
CMYK0.15010.77
HSL69.15º100%11.57%-
HSV(B)69.15º100%23.14%-
XYZ2.883.810.58-
YUV49.58100.02128.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 45.87%
GREEN value IS 59 (23.44% from 255) = 54.13%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.87%
G=54.13%
B=0%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal505900.15010.7769.1510011.57
Hex323B0F0644D4564c
Octal6273017014411510514414
Binary11001011101101111011001001001101100010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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