#0B632A

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

Shades of Crusoe #0B632A

Tints of Crusoe #0B632A

Color information

#0B632A (or 0x0B632A) is unknown color: approx Crusoe. HEX triplet: 0B, 63 and 2A. RGB value is (11,99,42). Sum of RGB (Red+Green+Blue) = 11+99+42=152 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.24% from 152); Green value is 99 (39.06% from 255 or 65.13% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 99 - color contains mainly: green. Hex color #0B632A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B632A is #F49CD5. Grayscale: #424242. Windows color (decimal): -16030934 or 2777867. OLE color: 2777867.

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

Color convert

RGB119942-
CMYK0.8900.580.61
HSL141.14º80%21.57%-
HSV(B)141.14º88.89%38.82%-
XYZ5.029.163.69-
YUV66.19114.3588.63-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.24%
GREEN value IS 99 (39.06% from 255) = 65.13%
BLUE value IS 42 (16.80% from 255) = 27.63%
R=7.24%
G=65.13%
B=27.63%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1199420.8900.580.61141.148021.57
HexB632A5903A3D8d5016
Octal13143521310727521512026
Binary101111000111010101011001011101011110110001101101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B632A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,99,42); }

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

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

 a { background-color: rgb(11,99,42); }

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

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

 span { border-color: rgb(11,99,42); }

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