Html Css Color HEX #185A24 Crusoe

📋 copy color: '#185A24'

red 24 ◦ green 90 ◦ blue 36

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

Shades of Crusoe #185A24

Tints of Crusoe #185A24

RGB

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

 GREEN value IS 90 (35.55% from 255) = 60%

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

R = 16%
G = 60%
B = 24%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#185A24 (or 0x185A24) is known color: Crusoe. HEX triplet: 18, 5A and 24. RGB value is (24,90,36). Sum of RGB (Red+Green+Blue) = 24+90+36=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 90 (35.55% from 255 or 60% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 90 - color contains mainly: green. Hex color #185A24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185A24 is #E7A5DB. Grayscale: #404040. Windows color (decimal): -15181276 or 2382360. OLE color: 2382360.

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

Color convert

RGB 24 90 36 -
CMYK 0.73 0 0.60 0.65
HSL 130.91º 0.58% 0.22% -
HSV(B) 130.91º 0.73% 0.35% -
XYZ 4.35 7.63 2.91 -
YUV 64.11 112.13 99.39 -
System Red Green Blue C M Y K H S L
Decimal 24 90 36 0.73 0 0.60 0.65 130.91 0.58 0.22
Hex 18 5A 24 49 0 3C 41 83 3A 16
Octal 30 132 44 111 0 74 101 203 72 26
Binary 11000 1011010 100100 1001001 0 111100 1000001 10000011 111010 10110

Color Harmonies of #185A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185A24

Black with #185A24

Text Example


Text Example

White with #185A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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