Html Css Color HEX #195924 Crusoe

📋 copy color: '#195924'

red 25 ◦ green 89 ◦ blue 36

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

Shades of Crusoe #195924

Tints of Crusoe #195924

RGB

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

 GREEN value IS 89 (35.16% from 255) = 59.33%

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

R = 16.67%
G = 59.33%
B = 24%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#195924 (or 0x195924) is known color: Crusoe. HEX triplet: 19, 59 and 24. RGB value is (25,89,36). Sum of RGB (Red+Green+Blue) = 25+89+36=150 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.67% from 150); Green value is 89 (35.16% from 255 or 59.33% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 89 - color contains mainly: green. Hex color #195924 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195924 is #E6A6DB. Grayscale: #3F3F3F. Windows color (decimal): -15115996 or 2382105. OLE color: 2382105.

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

Color convert

RGB 25 89 36 -
CMYK 0.72 0 0.60 0.65
HSL 130.31º 0.56% 0.22% -
HSV(B) 130.31º 0.72% 0.35% -
XYZ 4.29 7.48 2.89 -
YUV 63.82 112.3 100.31 -
System Red Green Blue C M Y K H S L
Decimal 25 89 36 0.72 0 0.60 0.65 130.31 0.56 0.22
Hex 19 59 24 48 0 3C 41 82 38 16
Octal 31 131 44 110 0 74 101 202 70 26
Binary 11001 1011001 100100 1001000 0 111100 1000001 10000010 111000 10110

Color Harmonies of #195924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195924

Black with #195924

Text Example


Text Example

White with #195924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195924; }

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

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

background-color css

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

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

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

border-color css

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

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

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