Html Css Color HEX #0B591B Crusoe

📋 copy color: '#0B591B'

red 11 ◦ green 89 ◦ blue 27

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

Shades of Crusoe #0B591B

Tints of Crusoe #0B591B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 70.08%

 BLUE value IS 27 (10.94% from 255) = 21.26%

R = 8.66%
G = 70.08%
B = 21.26%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#0B591B (or 0x0B591B) is known color: Crusoe. HEX triplet: 0B, 59 and 1B. RGB value is (11,89,27). Sum of RGB (Red+Green+Blue) = 11+89+27=127 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.66% from 127); Green value is 89 (35.16% from 255 or 70.08% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 89 - color contains mainly: green. Hex color #0B591B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B591B is #F4A6E4. Grayscale: #3A3A3A. Windows color (decimal): -16033509 or 1792267. OLE color: 1792267.

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

Color convert

RGB 11 89 27 -
CMYK 0.88 0 0.70 0.65
HSL 132.31º 0.78% 0.2% -
HSV(B) 132.31º 0.88% 0.35% -
XYZ 3.91 7.3 2.24 -
YUV 58.61 110.16 94.04 -
System Red Green Blue C M Y K H S L
Decimal 11 89 27 0.88 0 0.70 0.65 132.31 0.78 0.2
Hex B 59 1B 58 0 46 41 84 4E 14
Octal 13 131 33 130 0 106 101 204 116 24
Binary 1011 1011001 11011 1011000 0 1000110 1000001 10000100 1001110 10100

Color Harmonies of #0B591B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B591B

Black with #0B591B

Text Example


Text Example

White with #0B591B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,89,27); }

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

background-color css

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

 a { background-color: rgb(11,89,27); }

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

border-color css

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

 span { border-color: rgb(11,89,27); }

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