#434D5D

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

Shades of Rhino #434D5D

Tints of Rhino #434D5D

Color information

#434D5D (or 0x434D5D) is unknown color: approx Rhino. HEX triplet: 43, 4D and 5D. RGB value is (67,77,93). Sum of RGB (Red+Green+Blue) = 67+77+93=237 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.27% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 93 - color contains mainly: blue. Hex color #434D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434D5D is #BCB2A2. Grayscale: #4B4B4B. Windows color (decimal): -12366499 or 6114627. OLE color: 6114627.

HSL color Cylindrical-coordinate representation of color #434D5D: hue angle of 216.92º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #434D5D is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB677793-
CMYK0.280.1700.64
HSL216.92º16.25%31.37%-
HSV(B)216.92º27.96%36.47%-
XYZ6.947.2911.4-
YUV75.83137.69121.7-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.27%
GREEN value IS 77 (30.47% from 255) = 32.49%
BLUE value IS 93 (36.72% from 255) = 39.24%
R=28.27%
G=32.49%
B=39.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6777930.280.1700.64216.9216.2531.37
Hex434D5D1C11040d9101f
Octal103115135342101003312037
Binary100001110011011011101111001000101000000110110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434D5D; }

 p { color: rgb(67,77,93); }

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

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

 a { background-color: rgb(67,77,93); }

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

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

 span { border-color: rgb(67,77,93); }

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