Html Css Color HEX #186031 Crusoe

📋 copy color: '#186031'

red 24 ◦ green 96 ◦ blue 49

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

Shades of Crusoe #186031

Tints of Crusoe #186031

RGB

 RED value IS 24 (9.77% from 255) = 14.2%

 GREEN value IS 96 (37.89% from 255) = 56.8%

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

R = 14.2%
G = 56.8%
B = 28.99%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#186031 (or 0x186031) is known color: Crusoe. HEX triplet: 18, 60 and 31. RGB value is (24,96,49). Sum of RGB (Red+Green+Blue) = 24+96+49=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 96 (37.89% from 255 or 56.80% from 169); Blue value is 49 (19.53% from 255 or 28.99% from 169); Max value from RGB is 96 - color contains mainly: green. Hex color #186031 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186031 is #E79FCE. Grayscale: #454545. Windows color (decimal): -15179727 or 3235864. OLE color: 3235864.

HSL color Cylindrical-coordinate representation of color #186031: hue angle of 140.83º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #186031 is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 24 96 49 -
CMYK 0.75 0 0.49 0.62
HSL 140.83º 0.6% 0.24% -
HSV(B) 140.83º 0.75% 0.38% -
XYZ 5.11 8.78 4.33 -
YUV 69.11 116.65 95.82 -
System Red Green Blue C M Y K H S L
Decimal 24 96 49 0.75 0 0.49 0.62 140.83 0.6 0.24
Hex 18 60 31 4B 0 31 3E 8D 3C 18
Octal 30 140 61 113 0 61 76 215 74 30
Binary 11000 1100000 110001 1001011 0 110001 111110 10001101 111100 11000

Color Harmonies of #186031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186031

Black with #186031

Text Example


Text Example

White with #186031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186031; }

 p { color: rgb(24,96,49); }

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

background-color css

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

 a { background-color: rgb(24,96,49); }

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

border-color css

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

 span { border-color: rgb(24,96,49); }

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