#39485E

Color #39485E Rhino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rhino #39485E

Tints of Rhino #39485E

Color information

#39485E (or 0x39485E) is unknown color: approx Rhino. HEX triplet: 39, 48 and 5E. RGB value is (57,72,94). Sum of RGB (Red+Green+Blue) = 57+72+94=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 94 - color contains mainly: blue. Hex color #39485E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39485E is #C6B7A1. Grayscale: #454545. Windows color (decimal): -13023138 or 6178873. OLE color: 6178873.

HSL color Cylindrical-coordinate representation of color #39485E: hue angle of 215.68º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #39485E is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB577294-
CMYK0.390.2300.63
HSL215.68º24.5%29.61%-
HSV(B)215.68º39.36%36.86%-
XYZ6.036.3111.49-
YUV70.02141.53118.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.56%
GREEN value IS 72 (28.52% from 255) = 32.29%
BLUE value IS 94 (37.11% from 255) = 42.15%
R=25.56%
G=32.29%
B=42.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5772940.390.2300.63215.6824.529.61
Hex39485E271703Fd8191e
Octal7111013647270773303136
Binary11100110010001011110100111101110111111110110001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39485E; }

 p { color: rgb(57,72,94); }

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

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

 a { background-color: rgb(57,72,94); }

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

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

 span { border-color: rgb(57,72,94); }

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