Html Css Color HEX #185920 Crusoe

📋 copy color: '#185920'

red 24 ◦ green 89 ◦ blue 32

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

Shades of Crusoe #185920

Tints of Crusoe #185920

RGB

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

 GREEN value IS 89 (35.16% from 255) = 61.38%

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

R = 16.55%
G = 61.38%
B = 22.07%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#185920 (or 0x185920) is known color: Crusoe. HEX triplet: 18, 59 and 20. RGB value is (24,89,32). Sum of RGB (Red+Green+Blue) = 24+89+32=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 89 (35.16% from 255 or 61.38% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 89 - color contains mainly: green. Hex color #185920 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185920 is #E7A6DF. Grayscale: #3F3F3F. Windows color (decimal): -15181536 or 2119960. OLE color: 2119960.

HSL color Cylindrical-coordinate representation of color #185920: hue angle of 127.38º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #185920 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 89 32 -
CMYK 0.73 0 0.64 0.65
HSL 127.38º 0.58% 0.22% -
HSV(B) 127.38º 0.73% 0.35% -
XYZ 4.21 7.44 2.58 -
YUV 63.07 110.47 100.13 -
System Red Green Blue C M Y K H S L
Decimal 24 89 32 0.73 0 0.64 0.65 127.38 0.58 0.22
Hex 18 59 20 49 0 40 41 7F 3A 16
Octal 30 131 40 111 0 100 101 177 72 26
Binary 11000 1011001 100000 1001001 0 1000000 1000001 1111111 111010 10110

Color Harmonies of #185920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185920

Black with #185920

Text Example


Text Example

White with #185920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185920; }

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

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

background-color css

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

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

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

border-color css

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

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

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