#165432

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

Shades of Crusoe #165432

Tints of Crusoe #165432

Color information

#165432 (or 0x165432) is unknown color: approx Crusoe. HEX triplet: 16, 54 and 32. RGB value is (22,84,50). Sum of RGB (Red+Green+Blue) = 22+84+50=156 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.10% from 156); Green value is 84 (33.20% from 255 or 53.85% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 84 - color contains mainly: green. Hex color #165432 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165432 is #E9ABCD. Grayscale: #3D3D3D. Windows color (decimal): -15313870 or 3298326. OLE color: 3298326.

HSL color Cylindrical-coordinate representation of color #165432: hue angle of 147.1º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #165432 is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB228450-
CMYK0.7400.400.67
HSL147.1º58.49%20.78%-
HSV(B)147.1º73.81%32.94%-
XYZ4.086.744.1-
YUV61.59121.4699.76-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.10%
GREEN value IS 84 (33.20% from 255) = 53.85%
BLUE value IS 50 (19.92% from 255) = 32.05%
R=14.10%
G=53.85%
B=32.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2284500.7400.400.67147.158.4920.78
Hex1654324A02843933a15
Octal26124621120501032237225
Binary1011010101001100101001010010100010000111001001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165432; }

 p { color: rgb(22,84,50); }

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

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

 a { background-color: rgb(22,84,50); }

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

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

 span { border-color: rgb(22,84,50); }

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