#323700

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

Shades of Turtle Green #323700

Tints of Turtle Green #323700

Color information

#323700 (or 0x323700) is unknown color: approx Turtle Green. HEX triplet: 32, 37 and 00. RGB value is (50,55,0). Sum of RGB (Red+Green+Blue) = 50+55+0=105 (13% of max value = 765). Red value is 50 (19.92% from 255 or 47.62% from 105); Green value is 55 (21.88% from 255 or 52.38% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 55 - color contains mainly: green. Hex color #323700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323700 is #CDC8FF. Grayscale: #2F2F2F. Windows color (decimal): -13486336 or 14130. OLE color: 14130.

HSL color Cylindrical-coordinate representation of color #323700: hue angle of 65.45º 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 #323700 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB50550-
CMYK0.09010.78
HSL65.45º100%10.78%-
HSV(B)65.45º100%21.57%-
XYZ2.683.410.52-
YUV47.24101.34129.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 47.62%
GREEN value IS 55 (21.88% from 255) = 52.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.62%
G=52.38%
B=0%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal505500.09010.7865.4510010.78
Hex3237090644E4164b
Octal6267011014411610114413
Binary11001011011101001011001001001110100000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323700; }

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

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

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

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

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

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

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

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