#165D30

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

Shades of Crusoe #165D30

Tints of Crusoe #165D30

Color information

#165D30 (or 0x165D30) is unknown color: approx Crusoe. HEX triplet: 16, 5D and 30. RGB value is (22,93,48). Sum of RGB (Red+Green+Blue) = 22+93+48=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 93 (36.72% from 255 or 57.06% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 93 - color contains mainly: green. Hex color #165D30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165D30 is #E9A2CF. Grayscale: #424242. Windows color (decimal): -15311568 or 3169558. OLE color: 3169558.

HSL color Cylindrical-coordinate representation of color #165D30: hue angle of 141.97º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165D30 is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB229348-
CMYK0.7600.480.64
HSL141.97º61.74%22.55%-
HSV(B)141.97º76.34%36.47%-
XYZ4.788.214.13-
YUV66.64117.4896.16-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.50%
GREEN value IS 93 (36.72% from 255) = 57.06%
BLUE value IS 48 (19.14% from 255) = 29.45%
R=13.50%
G=57.06%
B=29.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2293480.7600.480.64141.9761.7422.55
Hex165D304C030408e3e17
Octal26135601140601002167627
Binary1011010111011100001001100011000010000001000111011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165D30; }

 p { color: rgb(22,93,48); }

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

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

 a { background-color: rgb(22,93,48); }

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

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

 span { border-color: rgb(22,93,48); }

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