Html Css Color HEX #0B591A Crusoe

📋 copy color: '#0B591A'

red 11 ◦ green 89 ◦ blue 26

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

Shades of Crusoe #0B591A

Tints of Crusoe #0B591A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 20.63%

R = 8.73%
G = 70.63%
B = 20.63%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#0B591A (or 0x0B591A) is known color: Crusoe. HEX triplet: 0B, 59 and 1A. RGB value is (11,89,26). Sum of RGB (Red+Green+Blue) = 11+89+26=126 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.73% from 126); Green value is 89 (35.16% from 255 or 70.63% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 89 - color contains mainly: green. Hex color #0B591A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B591A is #F4A6E5. Grayscale: #3A3A3A. Windows color (decimal): -16033510 or 1726731. OLE color: 1726731.

HSL color Cylindrical-coordinate representation of color #0B591A: hue angle of 131.54º 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 #0B591A is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB 11 89 26 -
CMYK 0.88 0 0.71 0.65
HSL 131.54º 0.78% 0.2% -
HSV(B) 131.54º 0.88% 0.35% -
XYZ 3.9 7.29 2.18 -
YUV 58.5 109.66 94.12 -
System Red Green Blue C M Y K H S L
Decimal 11 89 26 0.88 0 0.71 0.65 131.54 0.78 0.2
Hex B 59 1A 58 0 47 41 84 4E 14
Octal 13 131 32 130 0 107 101 204 116 24
Binary 1011 1011001 11010 1011000 0 1000111 1000001 10000100 1001110 10100

Color Harmonies of #0B591A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B591A

Black with #0B591A

Text Example


Text Example

White with #0B591A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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