Html Css Color HEX #186030 Crusoe

📋 copy color: '#186030'

red 24 ◦ green 96 ◦ blue 48

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

Shades of Crusoe #186030

Tints of Crusoe #186030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 28.57%

R = 14.29%
G = 57.14%
B = 28.57%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.50

 K value IS 0.62

RGB Variations

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

Color information

#186030 (or 0x186030) is known color: Crusoe. HEX triplet: 18, 60 and 30. RGB value is (24,96,48). Sum of RGB (Red+Green+Blue) = 24+96+48=168 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.29% from 168); Green value is 96 (37.89% from 255 or 57.14% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 96 - color contains mainly: green. Hex color #186030 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186030 is #E79FCF. Grayscale: #454545. Windows color (decimal): -15179728 or 3170328. OLE color: 3170328.

HSL color Cylindrical-coordinate representation of color #186030: hue angle of 140º 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 #186030 is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB 24 96 48 -
CMYK 0.75 0 0.50 0.62
HSL 140º 0.6% 0.24% -
HSV(B) 140º 0.75% 0.38% -
XYZ 5.09 8.77 4.22 -
YUV 69 116.15 95.9 -
System Red Green Blue C M Y K H S L
Decimal 24 96 48 0.75 0 0.50 0.62 140 0.6 0.24
Hex 18 60 30 4B 0 32 3E 8C 3C 18
Octal 30 140 60 113 0 62 76 214 74 30
Binary 11000 1100000 110000 1001011 0 110010 111110 10001100 111100 11000

Color Harmonies of #186030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186030

Black with #186030

Text Example


Text Example

White with #186030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186030; }

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

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

background-color css

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

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

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

border-color css

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

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

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