#195534

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

Shades of Crusoe #195534

Tints of Crusoe #195534

Color information

#195534 (or 0x195534) is unknown color: approx Crusoe. HEX triplet: 19, 55 and 34. RGB value is (25,85,52). Sum of RGB (Red+Green+Blue) = 25+85+52=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 85 (33.59% from 255 or 52.47% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 85 - color contains mainly: green. Hex color #195534 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195534 is #E6AACB. Grayscale: #3F3F3F. Windows color (decimal): -15117004 or 3429657. OLE color: 3429657.

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

Color convert

RGB258552-
CMYK0.7100.390.67
HSL147º54.55%21.57%-
HSV(B)147º70.59%33.33%-
XYZ4.276.954.37-
YUV63.3121.62100.68-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.43%
GREEN value IS 85 (33.59% from 255) = 52.47%
BLUE value IS 52 (20.70% from 255) = 32.10%
R=15.43%
G=52.47%
B=32.10%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2585520.7100.390.6714754.5521.57
Hex1955344702743933716
Octal31125641070471032236726
Binary1100110101011101001000111010011110000111001001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195534; }

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

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

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

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

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

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

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

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