Html Css Color HEX #0B6226 Crusoe

📋 copy color: '#0B6226'

red 11 ◦ green 98 ◦ blue 38

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

Shades of Crusoe #0B6226

Tints of Crusoe #0B6226

RGB

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

 GREEN value IS 98 (38.67% from 255) = 66.67%

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

R = 7.48%
G = 66.67%
B = 25.85%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#0B6226 (or 0x0B6226) is known color: Crusoe. HEX triplet: 0B, 62 and 26. RGB value is (11,98,38). Sum of RGB (Red+Green+Blue) = 11+98+38=147 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.48% from 147); Green value is 98 (38.67% from 255 or 66.67% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 98 - color contains mainly: green. Hex color #0B6226 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6226 is #F49DD9. Grayscale: #414141. Windows color (decimal): -16031194 or 2515467. OLE color: 2515467.

HSL color Cylindrical-coordinate representation of color #0B6226: hue angle of 138.62º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6226 is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB 11 98 38 -
CMYK 0.89 0 0.61 0.62
HSL 138.62º 0.8% 0.21% -
HSV(B) 138.62º 0.89% 0.38% -
XYZ 4.86 8.95 3.3 -
YUV 65.15 112.68 89.38 -
System Red Green Blue C M Y K H S L
Decimal 11 98 38 0.89 0 0.61 0.62 138.62 0.8 0.21
Hex B 62 26 59 0 3D 3E 8B 50 15
Octal 13 142 46 131 0 75 76 213 120 25
Binary 1011 1100010 100110 1011001 0 111101 111110 10001011 1010000 10101

Color Harmonies of #0B6226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6226

Black with #0B6226

Text Example


Text Example

White with #0B6226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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