Html Css Color HEX #0B581E Crusoe

📋 copy color: '#0B581E'

red 11 ◦ green 88 ◦ blue 30

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

Shades of Crusoe #0B581E

Tints of Crusoe #0B581E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 23.26%

R = 8.53%
G = 68.22%
B = 23.26%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#0B581E (or 0x0B581E) is known color: Crusoe. HEX triplet: 0B, 58 and 1E. RGB value is (11,88,30). Sum of RGB (Red+Green+Blue) = 11+88+30=129 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.53% from 129); Green value is 88 (34.77% from 255 or 68.22% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 88 - color contains mainly: green. Hex color #0B581E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B581E is #F4A7E1. Grayscale: #3A3A3A. Windows color (decimal): -16033762 or 1988619. OLE color: 1988619.

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

Color convert

RGB 11 88 30 -
CMYK 0.88 0 0.66 0.65
HSL 134.81º 0.78% 0.19% -
HSV(B) 134.81º 0.88% 0.35% -
XYZ 3.86 7.14 2.4 -
YUV 58.37 111.99 94.22 -
System Red Green Blue C M Y K H S L
Decimal 11 88 30 0.88 0 0.66 0.65 134.81 0.78 0.19
Hex B 58 1E 58 0 42 41 87 4E 13
Octal 13 130 36 130 0 102 101 207 116 23
Binary 1011 1011000 11110 1011000 0 1000010 1000001 10000111 1001110 10011

Color Harmonies of #0B581E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B581E

Black with #0B581E

Text Example


Text Example

White with #0B581E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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