Html Css Color HEX #195526 Crusoe

📋 copy color: '#195526'

red 25 ◦ green 85 ◦ blue 38

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

Shades of Crusoe #195526

Tints of Crusoe #195526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 25.68%

R = 16.89%
G = 57.43%
B = 25.68%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#195526 (or 0x195526) is known color: Crusoe. HEX triplet: 19, 55 and 26. RGB value is (25,85,38). Sum of RGB (Red+Green+Blue) = 25+85+38=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 85 (33.59% from 255 or 57.43% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 85 - color contains mainly: green. Hex color #195526 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195526 is #E6AAD9. Grayscale: #3D3D3D. Windows color (decimal): -15117018 or 2512153. OLE color: 2512153.

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

Color convert

RGB 25 85 38 -
CMYK 0.71 0 0.55 0.67
HSL 133º 0.55% 0.22% -
HSV(B) 133º 0.71% 0.33% -
XYZ 4 6.84 2.94 -
YUV 61.7 114.62 101.82 -
System Red Green Blue C M Y K H S L
Decimal 25 85 38 0.71 0 0.55 0.67 133 0.55 0.22
Hex 19 55 26 47 0 37 43 85 37 16
Octal 31 125 46 107 0 67 103 205 67 26
Binary 11001 1010101 100110 1000111 0 110111 1000011 10000101 110111 10110

Color Harmonies of #195526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195526

Black with #195526

Text Example


Text Example

White with #195526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195526; }

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

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

background-color css

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

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

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

border-color css

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

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

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