#32390F

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

Shades of Turtle Green #32390F

Tints of Turtle Green #32390F

Color information

#32390F (or 0x32390F) is unknown color: approx Turtle Green. HEX triplet: 32, 39 and 0F. RGB value is (50,57,15). Sum of RGB (Red+Green+Blue) = 50+57+15=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 57 (22.66% from 255 or 46.72% from 122); Blue value is 15 (6.25% from 255 or 12.30% from 122); Max value from RGB is 57 - color contains mainly: green. Hex color #32390F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32390F is #CDC6F0. Grayscale: #323232. Windows color (decimal): -13485809 or 997682. OLE color: 997682.

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

Color convert

RGB505715-
CMYK0.1200.740.78
HSL70º58.33%14.12%-
HSV(B)70º73.68%22.35%-
XYZ2.863.641-
YUV50.12108.18127.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.98%
GREEN value IS 57 (22.66% from 255) = 46.72%
BLUE value IS 15 (6.25% from 255) = 12.30%
R=40.98%
G=46.72%
B=12.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5057150.1200.740.787058.3314.12
Hex3239FC04A4E463ae
Octal6271171401121161067216
Binary1100101110011111110001001010100111010001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32390F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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