Html Css Color HEX #195424 Crusoe

📋 copy color: '#195424'

red 25 ◦ green 84 ◦ blue 36

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

Shades of Crusoe #195424

Tints of Crusoe #195424

RGB

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

 GREEN value IS 84 (33.2% from 255) = 57.93%

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

R = 17.24%
G = 57.93%
B = 24.83%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#195424 (or 0x195424) is known color: Crusoe. HEX triplet: 19, 54 and 24. RGB value is (25,84,36). Sum of RGB (Red+Green+Blue) = 25+84+36=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 84 (33.20% from 255 or 57.93% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 84 - color contains mainly: green. Hex color #195424 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195424 is #E6ABDB. Grayscale: #3D3D3D. Windows color (decimal): -15117276 or 2380825. OLE color: 2380825.

HSL color Cylindrical-coordinate representation of color #195424: hue angle of 131.19º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #195424 is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB 25 84 36 -
CMYK 0.70 0 0.57 0.67
HSL 131.19º 0.54% 0.21% -
HSV(B) 131.19º 0.7% 0.33% -
XYZ 3.89 6.67 2.75 -
YUV 60.89 113.95 102.4 -
System Red Green Blue C M Y K H S L
Decimal 25 84 36 0.70 0 0.57 0.67 131.19 0.54 0.21
Hex 19 54 24 46 0 39 43 83 36 15
Octal 31 124 44 106 0 71 103 203 66 25
Binary 11001 1010100 100100 1000110 0 111001 1000011 10000011 110110 10101

Color Harmonies of #195424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195424

Black with #195424

Text Example


Text Example

White with #195424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195424; }

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

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

background-color css

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

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

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

border-color css

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

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

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