Html Css Color HEX #195A31 Crusoe

📋 copy color: '#195A31'

red 25 ◦ green 90 ◦ blue 49

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

Shades of Crusoe #195A31

Tints of Crusoe #195A31

RGB

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

 GREEN value IS 90 (35.55% from 255) = 54.88%

 BLUE value IS 49 (19.53% from 255) = 29.88%

R = 15.24%
G = 54.88%
B = 29.88%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#195A31 (or 0x195A31) is known color: Crusoe. HEX triplet: 19, 5A and 31. RGB value is (25,90,49). Sum of RGB (Red+Green+Blue) = 25+90+49=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 90 (35.55% from 255 or 54.88% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 90 - color contains mainly: green. Hex color #195A31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195A31 is #E6A5CE. Grayscale: #414141. Windows color (decimal): -15115727 or 3234329. OLE color: 3234329.

HSL color Cylindrical-coordinate representation of color #195A31: hue angle of 142.15º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #195A31 is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 90 49 -
CMYK 0.72 0 0.46 0.65
HSL 142.15º 0.57% 0.23% -
HSV(B) 142.15º 0.72% 0.35% -
XYZ 4.61 7.74 4.16 -
YUV 65.89 118.47 98.83 -
System Red Green Blue C M Y K H S L
Decimal 25 90 49 0.72 0 0.46 0.65 142.15 0.57 0.23
Hex 19 5A 31 48 0 2E 41 8E 39 17
Octal 31 132 61 110 0 56 101 216 71 27
Binary 11001 1011010 110001 1001000 0 101110 1000001 10001110 111001 10111

Color Harmonies of #195A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195A31

Black with #195A31

Text Example


Text Example

White with #195A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195A31; }

 p { color: rgb(25,90,49); }

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

background-color css

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

 a { background-color: rgb(25,90,49); }

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

border-color css

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

 span { border-color: rgb(25,90,49); }

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