#165834

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

Shades of Crusoe #165834

Tints of Crusoe #165834

Color information

#165834 (or 0x165834) is unknown color: approx Crusoe. HEX triplet: 16, 58 and 34. RGB value is (22,88,52). Sum of RGB (Red+Green+Blue) = 22+88+52=162 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.58% from 162); Green value is 88 (34.77% from 255 or 54.32% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 88 - color contains mainly: green. Hex color #165834 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165834 is #E9A7CB. Grayscale: #404040. Windows color (decimal): -15312844 or 3430422. OLE color: 3430422.

HSL color Cylindrical-coordinate representation of color #165834: hue angle of 147.27º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #165834 is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.65.

Color convert

RGB228852-
CMYK0.7500.410.65
HSL147.27º60%21.57%-
HSV(B)147.27º75%34.51%-
XYZ4.447.44.44-
YUV64.16121.1397.93-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.58%
GREEN value IS 88 (34.77% from 255) = 54.32%
BLUE value IS 52 (20.70% from 255) = 32.10%
R=13.58%
G=54.32%
B=32.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2288520.7500.410.65147.276021.57
Hex1658344B02941933c16
Octal26130641130511012237426
Binary1011010110001101001001011010100110000011001001111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165834; }

 p { color: rgb(22,88,52); }

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

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

 a { background-color: rgb(22,88,52); }

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

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

 span { border-color: rgb(22,88,52); }

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