#323707

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

Shades of Turtle Green #323707

Tints of Turtle Green #323707

Color information

#323707 (or 0x323707) is unknown color: approx Turtle Green. HEX triplet: 32, 37 and 07. RGB value is (50,55,7). Sum of RGB (Red+Green+Blue) = 50+55+7=112 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.64% from 112); Green value is 55 (21.88% from 255 or 49.11% from 112); Blue value is 7 (3.12% from 255 or 6.25% from 112); Max value from RGB is 55 - color contains mainly: green. Hex color #323707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323707 is #CDC8F8. Grayscale: #303030. Windows color (decimal): -13486329 or 472882. OLE color: 472882.

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

Color convert

RGB50557-
CMYK0.0900.870.78
HSL66.25º77.42%12.16%-
HSV(B)66.25º87.27%21.57%-
XYZ2.723.430.72-
YUV48.03104.84129.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 44.64%
GREEN value IS 55 (21.88% from 255) = 49.11%
BLUE value IS 7 (3.12% from 255) = 6.25%
R=44.64%
G=49.11%
B=6.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal505570.0900.870.7866.2577.4212.16
Hex3237790574E424dc
Octal6267711012711610211514
Binary1100101101111111001010101111001110100001010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323707; }

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

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

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

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

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

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

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

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