#0B643A

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

Shades of Fun Green #0B643A

Tints of Fun Green #0B643A

Color information

#0B643A (or 0x0B643A) is unknown color: approx Fun Green. HEX triplet: 0B, 64 and 3A. RGB value is (11,100,58). Sum of RGB (Red+Green+Blue) = 11+100+58=169 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.51% from 169); Green value is 100 (39.45% from 255 or 59.17% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 100 - color contains mainly: green. Hex color #0B643A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B643A is #F49BC5. Grayscale: #444444. Windows color (decimal): -16030662 or 3826699. OLE color: 3826699.

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

Color convert

RGB1110058-
CMYK0.8900.420.61
HSL151.69º80.18%21.76%-
HSV(B)151.69º89%39.22%-
XYZ5.469.495.55-
YUV68.6122.0186.92-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.51%
GREEN value IS 100 (39.45% from 255) = 59.17%
BLUE value IS 58 (23.05% from 255) = 34.32%
R=6.51%
G=59.17%
B=34.32%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal11100580.8900.420.61151.6980.1821.76
HexB643A5902A3D985016
Octal13144721310527523012026
Binary101111001001110101011001010101011110110011000101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B643A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,100,58); }

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

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

 a { background-color: rgb(11,100,58); }

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

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

 span { border-color: rgb(11,100,58); }

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