#195929

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

Shades of Crusoe #195929

Tints of Crusoe #195929

Color information

#195929 (or 0x195929) is unknown color: approx Crusoe. HEX triplet: 19, 59 and 29. RGB value is (25,89,41). Sum of RGB (Red+Green+Blue) = 25+89+41=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 89 (35.16% from 255 or 57.42% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 89 - color contains mainly: green. Hex color #195929 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195929 is #E6A6D6. Grayscale: #404040. Windows color (decimal): -15115991 or 2709785. OLE color: 2709785.

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

Color convert

RGB258941-
CMYK0.7200.540.65
HSL135º56.14%22.35%-
HSV(B)135º71.91%34.9%-
XYZ4.377.513.32-
YUV64.39114.899.9-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.13%
GREEN value IS 89 (35.16% from 255) = 57.42%
BLUE value IS 41 (16.41% from 255) = 26.45%
R=16.13%
G=57.42%
B=26.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2589410.7200.540.6513556.1422.35
Hex1959294803641873816
Octal31131511100661012077026
Binary1100110110011010011001000011011010000011000011111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195929; }

 p { color: rgb(25,89,41); }

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

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

 a { background-color: rgb(25,89,41); }

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

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

 span { border-color: rgb(25,89,41); }

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