Html Css Color HEX #0B592E Crusoe

📋 copy color: '#0B592E'

red 11 ◦ green 89 ◦ blue 46

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

Shades of Crusoe #0B592E

Tints of Crusoe #0B592E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 31.51%

R = 7.53%
G = 60.96%
B = 31.51%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#0B592E (or 0x0B592E) is known color: Crusoe. HEX triplet: 0B, 59 and 2E. RGB value is (11,89,46). Sum of RGB (Red+Green+Blue) = 11+89+46=146 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.53% from 146); Green value is 89 (35.16% from 255 or 60.96% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 89 - color contains mainly: green. Hex color #0B592E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B592E is #F4A6D1. Grayscale: #3C3C3C. Windows color (decimal): -16033490 or 3037451. OLE color: 3037451.

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

Color convert

RGB 11 89 46 -
CMYK 0.88 0 0.48 0.65
HSL 146.92º 0.78% 0.2% -
HSV(B) 146.92º 0.88% 0.35% -
XYZ 4.2 7.41 3.79 -
YUV 60.78 119.66 92.5 -
System Red Green Blue C M Y K H S L
Decimal 11 89 46 0.88 0 0.48 0.65 146.92 0.78 0.2
Hex B 59 2E 58 0 30 41 93 4E 14
Octal 13 131 56 130 0 60 101 223 116 24
Binary 1011 1011001 101110 1011000 0 110000 1000001 10010011 1001110 10100

Color Harmonies of #0B592E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B592E

Black with #0B592E

Text Example


Text Example

White with #0B592E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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