Html Css Color HEX #186125 Crusoe

📋 copy color: '#186125'

red 24 ◦ green 97 ◦ blue 37

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

Shades of Crusoe #186125

Tints of Crusoe #186125

RGB

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

 GREEN value IS 97 (38.28% from 255) = 61.39%

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

R = 15.19%
G = 61.39%
B = 23.42%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#186125 (or 0x186125) is known color: Crusoe. HEX triplet: 18, 61 and 25. RGB value is (24,97,37). Sum of RGB (Red+Green+Blue) = 24+97+37=158 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.19% from 158); Green value is 97 (38.28% from 255 or 61.39% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 97 - color contains mainly: green. Hex color #186125 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186125 is #E79EDA. Grayscale: #444444. Windows color (decimal): -15179483 or 2449688. OLE color: 2449688.

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

Color convert

RGB 24 97 37 -
CMYK 0.75 0 0.62 0.62
HSL 130.68º 0.6% 0.24% -
HSV(B) 130.68º 0.75% 0.38% -
XYZ 4.99 8.88 3.2 -
YUV 68.33 110.32 96.38 -
System Red Green Blue C M Y K H S L
Decimal 24 97 37 0.75 0 0.62 0.62 130.68 0.6 0.24
Hex 18 61 25 4B 0 3E 3E 83 3C 18
Octal 30 141 45 113 0 76 76 203 74 30
Binary 11000 1100001 100101 1001011 0 111110 111110 10000011 111100 11000

Color Harmonies of #186125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186125

Black with #186125

Text Example


Text Example

White with #186125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186125; }

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

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

background-color css

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

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

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

border-color css

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

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

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