#165422

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

Shades of Crusoe #165422

Tints of Crusoe #165422

Color information

#165422 (or 0x165422) is unknown color: approx Crusoe. HEX triplet: 16, 54 and 22. RGB value is (22,84,34). Sum of RGB (Red+Green+Blue) = 22+84+34=140 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.71% from 140); Green value is 84 (33.20% from 255 or 60% from 140); Blue value is 34 (13.67% from 255 or 24.29% from 140); Max value from RGB is 84 - color contains mainly: green. Hex color #165422 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165422 is #E9ABDD. Grayscale: #3B3B3B. Windows color (decimal): -15313886 or 2249750. OLE color: 2249750.

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

Color convert

RGB228434-
CMYK0.7400.600.67
HSL131.61º58.49%20.78%-
HSV(B)131.61º73.81%32.94%-
XYZ3.796.632.59-
YUV59.76113.46101.07-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.71%
GREEN value IS 84 (33.20% from 255) = 60%
BLUE value IS 34 (13.67% from 255) = 24.29%
R=15.71%
G=60%
B=24.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2284340.7400.600.67131.6158.4920.78
Hex1654224A03C43843a15
Octal26124421120741032047225
Binary1011010101001000101001010011110010000111000010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165422; }

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

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

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

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

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

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

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

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