Html Css Color HEX #186121 Crusoe

📋 copy color: '#186121'

red 24 ◦ green 97 ◦ blue 33

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

Shades of Crusoe #186121

Tints of Crusoe #186121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 21.43%

R = 15.58%
G = 62.99%
B = 21.43%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#186121 (or 0x186121) is known color: Crusoe. HEX triplet: 18, 61 and 21. RGB value is (24,97,33). Sum of RGB (Red+Green+Blue) = 24+97+33=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 97 (38.28% from 255 or 62.99% from 154); Blue value is 33 (13.28% from 255 or 21.43% from 154); Max value from RGB is 97 - color contains mainly: green. Hex color #186121 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186121 is #E79EDE. Grayscale: #444444. Windows color (decimal): -15179487 or 2187544. OLE color: 2187544.

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

Color convert

RGB 24 97 33 -
CMYK 0.75 0 0.66 0.62
HSL 127.4º 0.6% 0.24% -
HSV(B) 127.4º 0.75% 0.38% -
XYZ 4.93 8.85 2.89 -
YUV 67.88 108.32 96.7 -
System Red Green Blue C M Y K H S L
Decimal 24 97 33 0.75 0 0.66 0.62 127.4 0.6 0.24
Hex 18 61 21 4B 0 42 3E 7F 3C 18
Octal 30 141 41 113 0 102 76 177 74 30
Binary 11000 1100001 100001 1001011 0 1000010 111110 1111111 111100 11000

Color Harmonies of #186121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186121

Black with #186121

Text Example


Text Example

White with #186121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186121; }

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

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

background-color css

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

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

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

border-color css

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

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

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