#195C31

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

Shades of Crusoe #195C31

Tints of Crusoe #195C31

Color information

#195C31 (or 0x195C31) is unknown color: approx Crusoe. HEX triplet: 19, 5C and 31. RGB value is (25,92,49). Sum of RGB (Red+Green+Blue) = 25+92+49=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 92 (36.33% from 255 or 55.42% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 92 - color contains mainly: green. Hex color #195C31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195C31 is #E6A3CE. Grayscale: #434343. Windows color (decimal): -15115215 or 3234841. OLE color: 3234841.

HSL color Cylindrical-coordinate representation of color #195C31: hue angle of 141.49º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #195C31 is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.

Color convert

RGB259249-
CMYK0.7300.470.64
HSL141.49º57.26%22.94%-
HSV(B)141.49º72.83%36.08%-
XYZ4.788.084.21-
YUV67.06117.898-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.06%
GREEN value IS 92 (36.33% from 255) = 55.42%
BLUE value IS 49 (19.53% from 255) = 29.52%
R=15.06%
G=55.42%
B=29.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2592490.7300.470.64141.4957.2622.94
Hex195C314902F408d3917
Octal31134611110571002157127
Binary1100110111001100011001001010111110000001000110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195C31; }

 p { color: rgb(25,92,49); }

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

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

 a { background-color: rgb(25,92,49); }

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

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

 span { border-color: rgb(25,92,49); }

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