Html Css Color HEX #186228 Crusoe

📋 copy color: '#186228'

red 24 ◦ green 98 ◦ blue 40

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

Shades of Crusoe #186228

Tints of Crusoe #186228

RGB

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

 GREEN value IS 98 (38.67% from 255) = 60.49%

 BLUE value IS 40 (16.02% from 255) = 24.69%

R = 14.81%
G = 60.49%
B = 24.69%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#186228 (or 0x186228) is known color: Crusoe. HEX triplet: 18, 62 and 28. RGB value is (24,98,40). Sum of RGB (Red+Green+Blue) = 24+98+40=162 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.81% from 162); Green value is 98 (38.67% from 255 or 60.49% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 98 - color contains mainly: green. Hex color #186228 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186228 is #E79DD7. Grayscale: #454545. Windows color (decimal): -15179224 or 2646552. OLE color: 2646552.

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

Color convert

RGB 24 98 40 -
CMYK 0.76 0 0.59 0.62
HSL 132.97º 0.61% 0.24% -
HSV(B) 132.97º 0.76% 0.38% -
XYZ 5.13 9.08 3.49 -
YUV 69.26 111.48 95.72 -
System Red Green Blue C M Y K H S L
Decimal 24 98 40 0.76 0 0.59 0.62 132.97 0.61 0.24
Hex 18 62 28 4C 0 3B 3E 85 3D 18
Octal 30 142 50 114 0 73 76 205 75 30
Binary 11000 1100010 101000 1001100 0 111011 111110 10000101 111101 11000

Color Harmonies of #186228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186228

Black with #186228

Text Example


Text Example

White with #186228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186228; }

 p { color: rgb(24,98,40); }

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

background-color css

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

 a { background-color: rgb(24,98,40); }

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

border-color css

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

 span { border-color: rgb(24,98,40); }

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