#165225

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

Shades of Crusoe #165225

Tints of Crusoe #165225

Color information

#165225 (or 0x165225) is unknown color: approx Crusoe. HEX triplet: 16, 52 and 25. RGB value is (22,82,37). Sum of RGB (Red+Green+Blue) = 22+82+37=141 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.60% from 141); Green value is 82 (32.42% from 255 or 58.16% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 82 - color contains mainly: green. Hex color #165225 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165225 is #E9ADDA. Grayscale: #3B3B3B. Windows color (decimal): -15314395 or 2445846. OLE color: 2445846.

HSL color Cylindrical-coordinate representation of color #165225: hue angle of 135º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #165225 is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.68.

Color convert

RGB228237-
CMYK0.7300.550.68
HSL135º57.69%20.39%-
HSV(B)135º73.17%32.16%-
XYZ3.686.342.78-
YUV58.93115.62101.66-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.60%
GREEN value IS 82 (32.42% from 255) = 58.16%
BLUE value IS 37 (14.84% from 255) = 26.24%
R=15.60%
G=58.16%
B=26.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2282370.7300.550.6813557.6920.39
Hex1652254903744873a14
Octal26122451110671042077224
Binary1011010100101001011001001011011110001001000011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165225; }

 p { color: rgb(22,82,37); }

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

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

 a { background-color: rgb(22,82,37); }

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

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

 span { border-color: rgb(22,82,37); }

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