#32390B

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

Shades of Turtle Green #32390B

Tints of Turtle Green #32390B

Color information

#32390B (or 0x32390B) is unknown color: approx Turtle Green. HEX triplet: 32, 39 and 0B. RGB value is (50,57,11). Sum of RGB (Red+Green+Blue) = 50+57+11=118 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.37% from 118); Green value is 57 (22.66% from 255 or 48.31% from 118); Blue value is 11 (4.69% from 255 or 9.32% from 118); Max value from RGB is 57 - color contains mainly: green. Hex color #32390B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32390B is #CDC6F4. Grayscale: #313131. Windows color (decimal): -13485813 or 735538. OLE color: 735538.

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

Color convert

RGB505711-
CMYK0.1200.810.78
HSL69.13º67.65%13.33%-
HSV(B)69.13º80.7%22.35%-
XYZ2.843.630.87-
YUV49.66106.18128.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.37%
GREEN value IS 57 (22.66% from 255) = 48.31%
BLUE value IS 11 (4.69% from 255) = 9.32%
R=42.37%
G=48.31%
B=9.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5057110.1200.810.7869.1367.6513.33
Hex3239BC0514E4544d
Octal62711314012111610510415
Binary11001011100110111100010100011001110100010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32390B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32390B; }

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

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

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

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

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

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

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

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