#195826

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

Shades of Crusoe #195826

Tints of Crusoe #195826

Color information

#195826 (or 0x195826) is unknown color: approx Crusoe. HEX triplet: 19, 58 and 26. RGB value is (25,88,38). Sum of RGB (Red+Green+Blue) = 25+88+38=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 88 (34.77% from 255 or 58.28% from 151); Blue value is 38 (15.23% from 255 or 25.17% from 151); Max value from RGB is 88 - color contains mainly: green. Hex color #195826 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195826 is #E6A7D9. Grayscale: #3F3F3F. Windows color (decimal): -15116250 or 2512921. OLE color: 2512921.

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

Color convert

RGB258838-
CMYK0.7200.570.65
HSL132.38º55.75%22.16%-
HSV(B)132.38º71.59%34.51%-
XYZ4.247.333.02-
YUV63.46113.63100.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.56%
GREEN value IS 88 (34.77% from 255) = 58.28%
BLUE value IS 38 (15.23% from 255) = 25.17%
R=16.56%
G=58.28%
B=25.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2588380.7200.570.65132.3855.7522.16
Hex1958264803941843816
Octal31130461100711012047026
Binary1100110110001001101001000011100110000011000010011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195826; }

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

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

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

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

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

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

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

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