#195533

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

Shades of Crusoe #195533

Tints of Crusoe #195533

Color information

#195533 (or 0x195533) is unknown color: approx Crusoe. HEX triplet: 19, 55 and 33. RGB value is (25,85,51). Sum of RGB (Red+Green+Blue) = 25+85+51=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 85 (33.59% from 255 or 52.80% from 161); Blue value is 51 (20.31% from 255 or 31.68% from 161); Max value from RGB is 85 - color contains mainly: green. Hex color #195533 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195533 is #E6AACC. Grayscale: #3F3F3F. Windows color (decimal): -15117005 or 3364121. OLE color: 3364121.

HSL color Cylindrical-coordinate representation of color #195533: hue angle of 146º 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 #195533 is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB258551-
CMYK0.7100.400.67
HSL146º54.55%21.57%-
HSV(B)146º70.59%33.33%-
XYZ4.256.944.25-
YUV63.18121.12100.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.53%
GREEN value IS 85 (33.59% from 255) = 52.80%
BLUE value IS 51 (20.31% from 255) = 31.68%
R=15.53%
G=52.80%
B=31.68%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2585510.7100.400.6714654.5521.57
Hex1955334702843923716
Octal31125631070501032226726
Binary1100110101011100111000111010100010000111001001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195533; }

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

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

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

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

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

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

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

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