Html Css Color HEX #186225 Crusoe

📋 copy color: '#186225'

red 24 ◦ green 98 ◦ blue 37

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

Shades of Crusoe #186225

Tints of Crusoe #186225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 23.27%

R = 15.09%
G = 61.64%
B = 23.27%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#186225 (or 0x186225) is known color: Crusoe. HEX triplet: 18, 62 and 25. RGB value is (24,98,37). Sum of RGB (Red+Green+Blue) = 24+98+37=159 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15.09% from 159); Green value is 98 (38.67% from 255 or 61.64% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 98 - color contains mainly: green. Hex color #186225 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186225 is #E79DDA. Grayscale: #454545. Windows color (decimal): -15179227 or 2449944. OLE color: 2449944.

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

Color convert

RGB 24 98 37 -
CMYK 0.76 0 0.62 0.62
HSL 130.54º 0.61% 0.24% -
HSV(B) 130.54º 0.76% 0.38% -
XYZ 5.08 9.06 3.23 -
YUV 68.92 109.98 95.96 -
System Red Green Blue C M Y K H S L
Decimal 24 98 37 0.76 0 0.62 0.62 130.54 0.61 0.24
Hex 18 62 25 4C 0 3E 3E 83 3D 18
Octal 30 142 45 114 0 76 76 203 75 30
Binary 11000 1100010 100101 1001100 0 111110 111110 10000011 111101 11000

Color Harmonies of #186225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186225

Black with #186225

Text Example


Text Example

White with #186225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186225; }

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

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

background-color css

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

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

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

border-color css

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

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

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