#195527

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

Shades of Crusoe #195527

Tints of Crusoe #195527

Color information

#195527 (or 0x195527) is unknown color: approx Crusoe. HEX triplet: 19, 55 and 27. RGB value is (25,85,39). Sum of RGB (Red+Green+Blue) = 25+85+39=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 85 (33.59% from 255 or 57.05% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 85 - color contains mainly: green. Hex color #195527 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195527 is #E6AAD8. Grayscale: #3D3D3D. Windows color (decimal): -15117017 or 2577689. OLE color: 2577689.

HSL color Cylindrical-coordinate representation of color #195527: hue angle of 134º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #195527 is Cyan = 0.71, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB258539-
CMYK0.7100.540.67
HSL134º54.55%21.57%-
HSV(B)134º70.59%33.33%-
XYZ4.026.853.03-
YUV61.82115.12101.74-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.78%
GREEN value IS 85 (33.59% from 255) = 57.05%
BLUE value IS 39 (15.62% from 255) = 26.17%
R=16.78%
G=57.05%
B=26.17%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2585390.7100.540.6713454.5521.57
Hex1955274703643863716
Octal31125471070661032066726
Binary1100110101011001111000111011011010000111000011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195527; }

 p { color: rgb(25,85,39); }

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

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

 a { background-color: rgb(25,85,39); }

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

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

 span { border-color: rgb(25,85,39); }

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