Html Css Color HEX #185B26 Crusoe

📋 copy color: '#185B26'

red 24 ◦ green 91 ◦ blue 38

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

Shades of Crusoe #185B26

Tints of Crusoe #185B26

RGB

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

 GREEN value IS 91 (35.94% from 255) = 59.48%

 BLUE value IS 38 (15.23% from 255) = 24.84%

R = 15.69%
G = 59.48%
B = 24.84%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.58

 K value IS 0.64

RGB Variations

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

Color information

#185B26 (or 0x185B26) is known color: Crusoe. HEX triplet: 18, 5B and 26. RGB value is (24,91,38). Sum of RGB (Red+Green+Blue) = 24+91+38=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 91 (35.94% from 255 or 59.48% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 91 - color contains mainly: green. Hex color #185B26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185B26 is #E7A4D9. Grayscale: #414141. Windows color (decimal): -15181018 or 2513688. OLE color: 2513688.

HSL color Cylindrical-coordinate representation of color #185B26: hue angle of 132.54º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #185B26 is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.

Color convert

RGB 24 91 38 -
CMYK 0.74 0 0.58 0.64
HSL 132.54º 0.58% 0.23% -
HSV(B) 132.54º 0.74% 0.36% -
XYZ 4.47 7.82 3.11 -
YUV 64.93 112.8 98.81 -
System Red Green Blue C M Y K H S L
Decimal 24 91 38 0.74 0 0.58 0.64 132.54 0.58 0.23
Hex 18 5B 26 4A 0 3A 40 85 3A 17
Octal 30 133 46 112 0 72 100 205 72 27
Binary 11000 1011011 100110 1001010 0 111010 1000000 10000101 111010 10111

Color Harmonies of #185B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185B26

Black with #185B26

Text Example


Text Example

White with #185B26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,91,38); }

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

background-color css

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

 a { background-color: rgb(24,91,38); }

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

border-color css

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

 span { border-color: rgb(24,91,38); }

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