#195C26

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

Shades of Crusoe #195C26

Tints of Crusoe #195C26

Color information

#195C26 (or 0x195C26) is unknown color: approx Crusoe. HEX triplet: 19, 5C and 26. RGB value is (25,92,38). Sum of RGB (Red+Green+Blue) = 25+92+38=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 92 (36.33% from 255 or 59.35% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 92 - color contains mainly: green. Hex color #195C26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195C26 is #E6A3D9. Grayscale: #414141. Windows color (decimal): -15115226 or 2513945. OLE color: 2513945.

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

Color convert

RGB259238-
CMYK0.7300.590.64
HSL131.64º57.26%22.94%-
HSV(B)131.64º72.83%36.08%-
XYZ4.5883.14-
YUV65.81112.398.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.13%
GREEN value IS 92 (36.33% from 255) = 59.35%
BLUE value IS 38 (15.23% from 255) = 24.52%
R=16.13%
G=59.35%
B=24.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2592380.7300.590.64131.6457.2622.94
Hex195C264903B40843917
Octal31134461110731002047127
Binary1100110111001001101001001011101110000001000010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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