#195B26

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

Shades of Crusoe #195B26

Tints of Crusoe #195B26

Color information

#195B26 (or 0x195B26) is unknown color: approx Crusoe. HEX triplet: 19, 5B and 26. RGB value is (25,91,38). Sum of RGB (Red+Green+Blue) = 25+91+38=154 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.23% from 154); Green value is 91 (35.94% from 255 or 59.09% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 91 - color contains mainly: green. Hex color #195B26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195B26 is #E6A4D9. Grayscale: #414141. Windows color (decimal): -15115482 or 2513689. OLE color: 2513689.

HSL color Cylindrical-coordinate representation of color #195B26: hue angle of 131.82º 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 #195B26 is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.

Color convert

RGB259138-
CMYK0.7300.580.64
HSL131.82º56.9%22.75%-
HSV(B)131.82º72.53%35.69%-
XYZ4.497.833.11-
YUV65.22112.6399.31-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.23%
GREEN value IS 91 (35.94% from 255) = 59.09%
BLUE value IS 38 (15.23% from 255) = 24.68%
R=16.23%
G=59.09%
B=24.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2591380.7300.580.64131.8256.922.75
Hex195B264903A40843917
Octal31133461110721002047127
Binary1100110110111001101001001011101010000001000010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,91,38); }

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

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

 a { background-color: rgb(25,91,38); }

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

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

 span { border-color: rgb(25,91,38); }

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