#0B6133

Color #0B6133 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #0B6133

Tints of Crusoe #0B6133

Color information

#0B6133 (or 0x0B6133) is unknown color: approx Crusoe. HEX triplet: 0B, 61 and 33. RGB value is (11,97,51). Sum of RGB (Red+Green+Blue) = 11+97+51=159 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.92% from 159); Green value is 97 (38.28% from 255 or 61.01% from 159); Blue value is 51 (20.31% from 255 or 32.08% from 159); Max value from RGB is 97 - color contains mainly: green. Hex color #0B6133 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6133 is #F49ECC. Grayscale: #424242. Windows color (decimal): -16031437 or 3367179. OLE color: 3367179.

HSL color Cylindrical-coordinate representation of color #0B6133: hue angle of 147.91º 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 #0B6133 is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB119751-
CMYK0.8900.470.62
HSL147.91º79.63%21.18%-
HSV(B)147.91º88.66%38.04%-
XYZ5.018.864.58-
YUV66.04119.5188.74-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.92%
GREEN value IS 97 (38.28% from 255) = 61.01%
BLUE value IS 51 (20.31% from 255) = 32.08%
R=6.92%
G=61.01%
B=32.08%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1197510.8900.470.62147.9179.6321.18
HexB61335902F3E945015
Octal13141631310577622412025
Binary101111000011100111011001010111111111010010100101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,97,51); }

 H1.HeaderClassName
 {
   color: #0B6133;
 }
 .AnyTagClassName
 {
   color: #0B6133;
 }
</style>
background-color css

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

 a { background-color: rgb(11,97,51); }

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

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

 span { border-color: rgb(11,97,51); }

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