Html Css Color HEX #195532 Crusoe

📋 copy color: '#195532'

red 25 ◦ green 85 ◦ blue 50

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

Shades of Crusoe #195532

Tints of Crusoe #195532

RGB

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

 GREEN value IS 85 (33.59% from 255) = 53.13%

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

R = 15.63%
G = 53.13%
B = 31.25%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#195532 (or 0x195532) is known color: Crusoe. HEX triplet: 19, 55 and 32. RGB value is (25,85,50). Sum of RGB (Red+Green+Blue) = 25+85+50=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 85 (33.59% from 255 or 53.12% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 85 - color contains mainly: green. Hex color #195532 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195532 is #E6AACD. Grayscale: #3F3F3F. Windows color (decimal): -15117006 or 3298585. OLE color: 3298585.

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

Color convert

RGB 25 85 50 -
CMYK 0.71 0 0.41 0.67
HSL 145º 0.55% 0.22% -
HSV(B) 145º 0.71% 0.33% -
XYZ 4.23 6.93 4.13 -
YUV 63.07 120.62 100.85 -
System Red Green Blue C M Y K H S L
Decimal 25 85 50 0.71 0 0.41 0.67 145 0.55 0.22
Hex 19 55 32 47 0 29 43 91 37 16
Octal 31 125 62 107 0 51 103 221 67 26
Binary 11001 1010101 110010 1000111 0 101001 1000011 10010001 110111 10110

Color Harmonies of #195532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195532

Black with #195532

Text Example


Text Example

White with #195532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195532; }

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

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

background-color css

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

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

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

border-color css

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

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

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