Html Css Color HEX #0B5026 Crusoe

📋 copy color: '#0B5026'

red 11 ◦ green 80 ◦ blue 38

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

Shades of Crusoe #0B5026

Tints of Crusoe #0B5026

RGB

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

 GREEN value IS 80 (31.64% from 255) = 62.02%

 BLUE value IS 38 (15.23% from 255) = 29.46%

R = 8.53%
G = 62.02%
B = 29.46%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.52

 K value IS 0.69

RGB Variations

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

Color information

#0B5026 (or 0x0B5026) is known color: Crusoe. HEX triplet: 0B, 50 and 26. RGB value is (11,80,38). Sum of RGB (Red+Green+Blue) = 11+80+38=129 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.53% from 129); Green value is 80 (31.64% from 255 or 62.02% from 129); Blue value is 38 (15.23% from 255 or 29.46% from 129); Max value from RGB is 80 - color contains mainly: green. Hex color #0B5026 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5026 is #F4AFD9. Grayscale: #363636. Windows color (decimal): -16035802 or 2510859. OLE color: 2510859.

HSL color Cylindrical-coordinate representation of color #0B5026: hue angle of 143.48º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B5026 is Cyan = 0.86, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB 11 80 38 -
CMYK 0.86 0 0.52 0.69
HSL 143.48º 0.76% 0.18% -
HSV(B) 143.48º 0.86% 0.31% -
XYZ 3.36 5.95 2.8 -
YUV 54.58 118.64 96.92 -
System Red Green Blue C M Y K H S L
Decimal 11 80 38 0.86 0 0.52 0.69 143.48 0.76 0.18
Hex B 50 26 56 0 34 45 8F 4C 12
Octal 13 120 46 126 0 64 105 217 114 22
Binary 1011 1010000 100110 1010110 0 110100 1000101 10001111 1001100 10010

Color Harmonies of #0B5026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5026

Black with #0B5026

Text Example


Text Example

White with #0B5026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,80,38); }

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

background-color css

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

 a { background-color: rgb(11,80,38); }

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

border-color css

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

 span { border-color: rgb(11,80,38); }

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