#164F28

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

Shades of Crusoe #164F28

Tints of Crusoe #164F28

Color information

#164F28 (or 0x164F28) is unknown color: approx Crusoe. HEX triplet: 16, 4F and 28. RGB value is (22,79,40). Sum of RGB (Red+Green+Blue) = 22+79+40=141 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.60% from 141); Green value is 79 (31.25% from 255 or 56.03% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 79 - color contains mainly: green. Hex color #164F28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #164F28 is #E9B0D7. Grayscale: #393939. Windows color (decimal): -15315160 or 2641686. OLE color: 2641686.

HSL color Cylindrical-coordinate representation of color #164F28: hue angle of 138.95º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #164F28 is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB227940-
CMYK0.7200.490.69
HSL138.95º56.44%19.8%-
HSV(B)138.95º72.15%30.98%-
XYZ3.515.922.96-
YUV57.51118.12102.67-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.60%
GREEN value IS 79 (31.25% from 255) = 56.03%
BLUE value IS 40 (16.02% from 255) = 28.37%
R=15.60%
G=56.03%
B=28.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2279400.7200.490.69138.9556.4419.8
Hex164F2848031458b3814
Octal26117501100611052137024
Binary1011010011111010001001000011000110001011000101111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164F28; }

 p { color: rgb(22,79,40); }

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

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

 a { background-color: rgb(22,79,40); }

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

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

 span { border-color: rgb(22,79,40); }

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