Html Css Color HEX #185925 Crusoe

📋 copy color: '#185925'

red 24 ◦ green 89 ◦ blue 37

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

Shades of Crusoe #185925

Tints of Crusoe #185925

RGB

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

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

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

R = 16%
G = 59.33%
B = 24.67%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#185925 (or 0x185925) is known color: Crusoe. HEX triplet: 18, 59 and 25. RGB value is (24,89,37). Sum of RGB (Red+Green+Blue) = 24+89+37=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 89 (35.16% from 255 or 59.33% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 89 - color contains mainly: green. Hex color #185925 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185925 is #E7A6DA. Grayscale: #3F3F3F. Windows color (decimal): -15181531 or 2447640. OLE color: 2447640.

HSL color Cylindrical-coordinate representation of color #185925: hue angle of 132º 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 #185925 is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 89 37 -
CMYK 0.73 0 0.58 0.65
HSL 132º 0.58% 0.22% -
HSV(B) 132º 0.73% 0.35% -
XYZ 4.28 7.47 2.97 -
YUV 63.64 112.97 99.73 -
System Red Green Blue C M Y K H S L
Decimal 24 89 37 0.73 0 0.58 0.65 132 0.58 0.22
Hex 18 59 25 49 0 3A 41 84 3A 16
Octal 30 131 45 111 0 72 101 204 72 26
Binary 11000 1011001 100101 1001001 0 111010 1000001 10000100 111010 10110

Color Harmonies of #185925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185925

Black with #185925

Text Example


Text Example

White with #185925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185925; }

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

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

background-color css

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

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

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

border-color css

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

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

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