Html Css Color HEX #195732 Crusoe

📋 copy color: '#195732'

red 25 ◦ green 87 ◦ blue 50

#195732
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #195732

Tints of Crusoe #195732

RGB

 RED value IS 25 (10.16% from 255) = 15.43%

 GREEN value IS 87 (34.38% from 255) = 53.7%

 BLUE value IS 50 (19.92% from 255) = 30.86%

R = 15.43%
G = 53.7%
B = 30.86%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#195732 (or 0x195732) is known color: Crusoe. HEX triplet: 19, 57 and 32. RGB value is (25,87,50). Sum of RGB (Red+Green+Blue) = 25+87+50=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 87 (34.38% from 255 or 53.70% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 87 - color contains mainly: green. Hex color #195732 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195732 is #E6A8CD. Grayscale: #404040. Windows color (decimal): -15116494 or 3299097. OLE color: 3299097.

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

Color convert

RGB 25 87 50 -
CMYK 0.71 0 0.43 0.66
HSL 144.19º 0.55% 0.22% -
HSV(B) 144.19º 0.71% 0.34% -
XYZ 4.38 7.25 4.19 -
YUV 64.24 119.96 100.01 -
System Red Green Blue C M Y K H S L
Decimal 25 87 50 0.71 0 0.43 0.66 144.19 0.55 0.22
Hex 19 57 32 47 0 2B 42 90 37 16
Octal 31 127 62 107 0 53 102 220 67 26
Binary 11001 1010111 110010 1000111 0 101011 1000010 10010000 110111 10110

Color Harmonies of #195732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195732

Black with #195732

Text Example


Text Example

White with #195732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195732; }

 p { color: rgb(25,87,50); }

 H1.HeaderClassName
 {
   color: #195732;
 }
 .AnyTagClassName
 {
   color: #195732;
 }
</style>

background-color css

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

 a { background-color: rgb(25,87,50); }

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

border-color css

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

 span { border-color: rgb(25,87,50); }

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