Html Css Color HEX #185526 Crusoe

📋 copy color: '#185526'

red 24 ◦ green 85 ◦ blue 38

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

Shades of Crusoe #185526

Tints of Crusoe #185526

RGB

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

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

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

R = 16.33%
G = 57.82%
B = 25.85%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#185526 (or 0x185526) is known color: Crusoe. HEX triplet: 18, 55 and 26. RGB value is (24,85,38). Sum of RGB (Red+Green+Blue) = 24+85+38=147 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.33% from 147); Green value is 85 (33.59% from 255 or 57.82% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 85 - color contains mainly: green. Hex color #185526 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185526 is #E7AAD9. Grayscale: #3D3D3D. Windows color (decimal): -15182554 or 2512152. OLE color: 2512152.

HSL color Cylindrical-coordinate representation of color #185526: hue angle of 133.77º 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 #185526 is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 24 85 38 -
CMYK 0.72 0 0.55 0.67
HSL 133.77º 0.56% 0.21% -
HSV(B) 133.77º 0.72% 0.33% -
XYZ 3.98 6.83 2.94 -
YUV 61.4 114.79 101.32 -
System Red Green Blue C M Y K H S L
Decimal 24 85 38 0.72 0 0.55 0.67 133.77 0.56 0.21
Hex 18 55 26 48 0 37 43 86 38 15
Octal 30 125 46 110 0 67 103 206 70 25
Binary 11000 1010101 100110 1001000 0 110111 1000011 10000110 111000 10101

Color Harmonies of #185526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185526

Black with #185526

Text Example


Text Example

White with #185526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185526; }

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

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

background-color css

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

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

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

border-color css

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

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

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