Html Css Color HEX #185825 Crusoe

📋 copy color: '#185825'

red 24 ◦ green 88 ◦ blue 37

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

Shades of Crusoe #185825

Tints of Crusoe #185825

RGB

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

 GREEN value IS 88 (34.77% from 255) = 59.06%

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

R = 16.11%
G = 59.06%
B = 24.83%

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

#185825 (or 0x185825) is known color: Crusoe. HEX triplet: 18, 58 and 25. RGB value is (24,88,37). Sum of RGB (Red+Green+Blue) = 24+88+37=149 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.11% from 149); Green value is 88 (34.77% from 255 or 59.06% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 88 - color contains mainly: green. Hex color #185825 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185825 is #E7A7DA. Grayscale: #3F3F3F. Windows color (decimal): -15181787 or 2447384. OLE color: 2447384.

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

Color convert

RGB 24 88 37 -
CMYK 0.73 0 0.58 0.65
HSL 132.19º 0.57% 0.22% -
HSV(B) 132.19º 0.73% 0.35% -
XYZ 4.2 7.31 2.94 -
YUV 63.05 113.3 100.15 -
System Red Green Blue C M Y K H S L
Decimal 24 88 37 0.73 0 0.58 0.65 132.19 0.57 0.22
Hex 18 58 25 49 0 3A 41 84 39 16
Octal 30 130 45 111 0 72 101 204 71 26
Binary 11000 1011000 100101 1001001 0 111010 1000001 10000100 111001 10110

Color Harmonies of #185825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185825

Black with #185825

Text Example


Text Example

White with #185825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185825; }

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

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

background-color css

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

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

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

border-color css

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

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

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