Html Css Color HEX #195024 Crusoe

📋 copy color: '#195024'

red 25 ◦ green 80 ◦ blue 36

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

Shades of Crusoe #195024

Tints of Crusoe #195024

RGB

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

 GREEN value IS 80 (31.64% from 255) = 56.74%

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

R = 17.73%
G = 56.74%
B = 25.53%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#195024 (or 0x195024) is known color: Crusoe. HEX triplet: 19, 50 and 24. RGB value is (25,80,36). Sum of RGB (Red+Green+Blue) = 25+80+36=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 80 (31.64% from 255 or 56.74% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 80 - color contains mainly: green. Hex color #195024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195024 is #E6AFDB. Grayscale: #3A3A3A. Windows color (decimal): -15118300 or 2379801. OLE color: 2379801.

HSL color Cylindrical-coordinate representation of color #195024: hue angle of 132º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #195024 is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.69.

Color convert

RGB 25 80 36 -
CMYK 0.69 0 0.55 0.69
HSL 132º 0.52% 0.21% -
HSV(B) 132º 0.69% 0.31% -
XYZ 3.59 6.07 2.65 -
YUV 58.54 115.28 104.08 -
System Red Green Blue C M Y K H S L
Decimal 25 80 36 0.69 0 0.55 0.69 132 0.52 0.21
Hex 19 50 24 45 0 37 45 84 34 15
Octal 31 120 44 105 0 67 105 204 64 25
Binary 11001 1010000 100100 1000101 0 110111 1000101 10000100 110100 10101

Color Harmonies of #195024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195024

Black with #195024

Text Example


Text Example

White with #195024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195024; }

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

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

background-color css

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

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

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

border-color css

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

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

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