#165428

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

Shades of Crusoe #165428

Tints of Crusoe #165428

Color information

#165428 (or 0x165428) is unknown color: approx Crusoe. HEX triplet: 16, 54 and 28. RGB value is (22,84,40). Sum of RGB (Red+Green+Blue) = 22+84+40=146 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.07% from 146); Green value is 84 (33.20% from 255 or 57.53% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 84 - color contains mainly: green. Hex color #165428 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165428 is #E9ABD7. Grayscale: #3C3C3C. Windows color (decimal): -15313880 or 2642966. OLE color: 2642966.

HSL color Cylindrical-coordinate representation of color #165428: hue angle of 137.42º 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 #165428 is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB228440-
CMYK0.7400.520.67
HSL137.42º58.49%20.78%-
HSV(B)137.42º73.81%32.94%-
XYZ3.886.663.09-
YUV60.45116.46100.58-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.07%
GREEN value IS 84 (33.20% from 255) = 57.53%
BLUE value IS 40 (16.02% from 255) = 27.40%
R=15.07%
G=57.53%
B=27.40%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2284400.7400.520.67137.4258.4920.78
Hex1654284A03443893a15
Octal26124501120641032117225
Binary1011010101001010001001010011010010000111000100111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165428; }

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

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

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

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

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

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

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

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