#195924

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

Shades of Crusoe #195924

Tints of Crusoe #195924

Color information

#195924 (or 0x195924) is unknown color: approx Crusoe. HEX triplet: 19, 59 and 24. RGB value is (25,89,36). Sum of RGB (Red+Green+Blue) = 25+89+36=150 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.67% from 150); Green value is 89 (35.16% from 255 or 59.33% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 89 - color contains mainly: green. Hex color #195924 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195924 is #E6A6DB. Grayscale: #3F3F3F. Windows color (decimal): -15115996 or 2382105. OLE color: 2382105.

HSL color Cylindrical-coordinate representation of color #195924: hue angle of 130.31º 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 #195924 is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB258936-
CMYK0.7200.600.65
HSL130.31º56.14%22.35%-
HSV(B)130.31º71.91%34.9%-
XYZ4.297.482.89-
YUV63.82112.3100.31-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.67%
GREEN value IS 89 (35.16% from 255) = 59.33%
BLUE value IS 36 (14.45% from 255) = 24%
R=16.67%
G=59.33%
B=24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2589360.7200.600.65130.3156.1422.35
Hex1959244803C41823816
Octal31131441100741012027026
Binary1100110110011001001001000011110010000011000001011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195924; }

 p { color: rgb(25,89,36); }

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

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

 a { background-color: rgb(25,89,36); }

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

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

 span { border-color: rgb(25,89,36); }

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