#165226

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

Shades of Crusoe #165226

Tints of Crusoe #165226

Color information

#165226 (or 0x165226) is unknown color: approx Crusoe. HEX triplet: 16, 52 and 26. RGB value is (22,82,38). Sum of RGB (Red+Green+Blue) = 22+82+38=142 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.49% from 142); Green value is 82 (32.42% from 255 or 57.75% from 142); Blue value is 38 (15.23% from 255 or 26.76% from 142); Max value from RGB is 82 - color contains mainly: green. Hex color #165226 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165226 is #E9ADD9. Grayscale: #3B3B3B. Windows color (decimal): -15314394 or 2511382. OLE color: 2511382.

HSL color Cylindrical-coordinate representation of color #165226: hue angle of 136º 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 #165226 is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.68.

Color convert

RGB228238-
CMYK0.7300.540.68
HSL136º57.69%20.39%-
HSV(B)136º73.17%32.16%-
XYZ3.76.352.86-
YUV59.04116.12101.58-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.49%
GREEN value IS 82 (32.42% from 255) = 57.75%
BLUE value IS 38 (15.23% from 255) = 26.76%
R=15.49%
G=57.75%
B=26.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2282380.7300.540.6813657.6920.39
Hex1652264903644883a14
Octal26122461110661042107224
Binary1011010100101001101001001011011010001001000100011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165226; }

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

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

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

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

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

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

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

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