Html Css Color HEX #185B20 Crusoe

📋 copy color: '#185B20'

red 24 ◦ green 91 ◦ blue 32

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

Shades of Crusoe #185B20

Tints of Crusoe #185B20

RGB

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

 GREEN value IS 91 (35.94% from 255) = 61.9%

 BLUE value IS 32 (12.89% from 255) = 21.77%

R = 16.33%
G = 61.9%
B = 21.77%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.65

 K value IS 0.64

RGB Variations

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

Color information

#185B20 (or 0x185B20) is known color: Crusoe. HEX triplet: 18, 5B and 20. RGB value is (24,91,32). Sum of RGB (Red+Green+Blue) = 24+91+32=147 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.33% from 147); Green value is 91 (35.94% from 255 or 61.90% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 91 - color contains mainly: green. Hex color #185B20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185B20 is #E7A4DF. Grayscale: #404040. Windows color (decimal): -15181024 or 2120472. OLE color: 2120472.

HSL color Cylindrical-coordinate representation of color #185B20: hue angle of 127.16º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #185B20 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.64.

Color convert

RGB 24 91 32 -
CMYK 0.74 0 0.65 0.64
HSL 127.16º 0.58% 0.23% -
HSV(B) 127.16º 0.74% 0.36% -
XYZ 4.38 7.78 2.64 -
YUV 64.24 109.8 99.3 -
System Red Green Blue C M Y K H S L
Decimal 24 91 32 0.74 0 0.65 0.64 127.16 0.58 0.23
Hex 18 5B 20 4A 0 41 40 7F 3A 17
Octal 30 133 40 112 0 101 100 177 72 27
Binary 11000 1011011 100000 1001010 0 1000001 1000000 1111111 111010 10111

Color Harmonies of #185B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185B20

Black with #185B20

Text Example


Text Example

White with #185B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185B20; }

 p { color: rgb(24,91,32); }

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

background-color css

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

 a { background-color: rgb(24,91,32); }

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

border-color css

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

 span { border-color: rgb(24,91,32); }

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