#195823

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

Shades of Crusoe #195823

Tints of Crusoe #195823

Color information

#195823 (or 0x195823) is unknown color: approx Crusoe. HEX triplet: 19, 58 and 23. RGB value is (25,88,35). Sum of RGB (Red+Green+Blue) = 25+88+35=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 88 (34.77% from 255 or 59.46% from 148); Blue value is 35 (14.06% from 255 or 23.65% from 148); Max value from RGB is 88 - color contains mainly: green. Hex color #195823 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195823 is #E6A7DC. Grayscale: #3F3F3F. Windows color (decimal): -15116253 or 2316313. OLE color: 2316313.

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

Color convert

RGB258835-
CMYK0.7200.600.65
HSL129.52º55.75%22.16%-
HSV(B)129.52º71.59%34.51%-
XYZ4.197.312.78-
YUV63.12112.13100.81-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.89%
GREEN value IS 88 (34.77% from 255) = 59.46%
BLUE value IS 35 (14.06% from 255) = 23.65%
R=16.89%
G=59.46%
B=23.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2588350.7200.600.65129.5255.7522.16
Hex1958234803C41823816
Octal31130431100741012027026
Binary1100110110001000111001000011110010000011000001011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195823; }

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

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

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

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

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

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

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

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