#195828

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

Shades of Crusoe #195828

Tints of Crusoe #195828

Color information

#195828 (or 0x195828) is unknown color: approx Crusoe. HEX triplet: 19, 58 and 28. RGB value is (25,88,40). Sum of RGB (Red+Green+Blue) = 25+88+40=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 88 (34.77% from 255 or 57.52% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 88 - color contains mainly: green. Hex color #195828 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195828 is #E6A7D7. Grayscale: #3F3F3F. Windows color (decimal): -15116248 or 2643993. OLE color: 2643993.

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

Color convert

RGB258840-
CMYK0.7200.550.65
HSL134.29º55.75%22.16%-
HSV(B)134.29º71.59%34.51%-
XYZ4.277.343.2-
YUV63.69114.63100.4-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.34%
GREEN value IS 88 (34.77% from 255) = 57.52%
BLUE value IS 40 (16.02% from 255) = 26.14%
R=16.34%
G=57.52%
B=26.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2588400.7200.550.65134.2955.7522.16
Hex1958284803741863816
Octal31130501100671012067026
Binary1100110110001010001001000011011110000011000011011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195828; }

 p { color: rgb(25,88,40); }

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

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

 a { background-color: rgb(25,88,40); }

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

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

 span { border-color: rgb(25,88,40); }

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