Html Css Color HEX #185524 Crusoe

📋 copy color: '#185524'

red 24 ◦ green 85 ◦ blue 36

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

Shades of Crusoe #185524

Tints of Crusoe #185524

RGB

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

 GREEN value IS 85 (33.59% from 255) = 58.62%

 BLUE value IS 36 (14.45% from 255) = 24.83%

R = 16.55%
G = 58.62%
B = 24.83%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#185524 (or 0x185524) is known color: Crusoe. HEX triplet: 18, 55 and 24. RGB value is (24,85,36). Sum of RGB (Red+Green+Blue) = 24+85+36=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 85 (33.59% from 255 or 58.62% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 85 - color contains mainly: green. Hex color #185524 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185524 is #E7AADB. Grayscale: #3D3D3D. Windows color (decimal): -15182556 or 2381080. OLE color: 2381080.

HSL color Cylindrical-coordinate representation of color #185524: hue angle of 131.8º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #185524 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 24 85 36 -
CMYK 0.72 0 0.58 0.67
HSL 131.8º 0.56% 0.21% -
HSV(B) 131.8º 0.72% 0.33% -
XYZ 3.94 6.82 2.78 -
YUV 61.18 113.79 101.48 -
System Red Green Blue C M Y K H S L
Decimal 24 85 36 0.72 0 0.58 0.67 131.8 0.56 0.21
Hex 18 55 24 48 0 3A 43 84 38 15
Octal 30 125 44 110 0 72 103 204 70 25
Binary 11000 1010101 100100 1001000 0 111010 1000011 10000100 111000 10101

Color Harmonies of #185524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185524

Black with #185524

Text Example


Text Example

White with #185524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185524; }

 p { color: rgb(24,85,36); }

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

background-color css

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

 a { background-color: rgb(24,85,36); }

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

border-color css

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

 span { border-color: rgb(24,85,36); }

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