Html Css Color HEX #195524 Crusoe

📋 copy color: '#195524'

red 25 ◦ green 85 ◦ blue 36

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

Shades of Crusoe #195524

Tints of Crusoe #195524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 24.66%

R = 17.12%
G = 58.22%
B = 24.66%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#195524 (or 0x195524) is known color: Crusoe. HEX triplet: 19, 55 and 24. RGB value is (25,85,36). Sum of RGB (Red+Green+Blue) = 25+85+36=146 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.12% from 146); Green value is 85 (33.59% from 255 or 58.22% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 85 - color contains mainly: green. Hex color #195524 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195524 is #E6AADB. Grayscale: #3D3D3D. Windows color (decimal): -15117020 or 2381081. OLE color: 2381081.

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

Color convert

RGB 25 85 36 -
CMYK 0.71 0 0.58 0.67
HSL 131º 0.55% 0.22% -
HSV(B) 131º 0.71% 0.33% -
XYZ 3.97 6.83 2.78 -
YUV 61.47 113.62 101.98 -
System Red Green Blue C M Y K H S L
Decimal 25 85 36 0.71 0 0.58 0.67 131 0.55 0.22
Hex 19 55 24 47 0 3A 43 83 37 16
Octal 31 125 44 107 0 72 103 203 67 26
Binary 11001 1010101 100100 1000111 0 111010 1000011 10000011 110111 10110

Color Harmonies of #195524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195524

Black with #195524

Text Example


Text Example

White with #195524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195524; }

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

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

background-color css

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

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

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

border-color css

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

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

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