Html Css Color HEX #0B5824 Crusoe

📋 copy color: '#0B5824'

red 11 ◦ green 88 ◦ blue 36

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

Shades of Crusoe #0B5824

Tints of Crusoe #0B5824

RGB

 RED value IS 11 (4.69% from 255) = 8.15%

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

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

R = 8.15%
G = 65.19%
B = 26.67%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#0B5824 (or 0x0B5824) is known color: Crusoe. HEX triplet: 0B, 58 and 24. RGB value is (11,88,36). Sum of RGB (Red+Green+Blue) = 11+88+36=135 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.15% from 135); Green value is 88 (34.77% from 255 or 65.19% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 88 - color contains mainly: green. Hex color #0B5824 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5824 is #F4A7DB. Grayscale: #3B3B3B. Windows color (decimal): -16033756 or 2381835. OLE color: 2381835.

HSL color Cylindrical-coordinate representation of color #0B5824: hue angle of 139.48º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B5824 is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB 11 88 36 -
CMYK 0.88 0 0.59 0.65
HSL 139.48º 0.78% 0.19% -
HSV(B) 139.48º 0.88% 0.35% -
XYZ 3.95 7.18 2.85 -
YUV 59.05 114.99 93.73 -
System Red Green Blue C M Y K H S L
Decimal 11 88 36 0.88 0 0.59 0.65 139.48 0.78 0.19
Hex B 58 24 58 0 3B 41 8B 4E 13
Octal 13 130 44 130 0 73 101 213 116 23
Binary 1011 1011000 100100 1011000 0 111011 1000001 10001011 1001110 10011

Color Harmonies of #0B5824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5824

Black with #0B5824

Text Example


Text Example

White with #0B5824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B5824; }

 p { color: rgb(11,88,36); }

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

background-color css

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

 a { background-color: rgb(11,88,36); }

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

border-color css

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

 span { border-color: rgb(11,88,36); }

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