#0B603E

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

Shades of Jewel #0B603E

Tints of Jewel #0B603E

Color information

#0B603E (or 0x0B603E) is unknown color: approx Jewel. HEX triplet: 0B, 60 and 3E. RGB value is (11,96,62). Sum of RGB (Red+Green+Blue) = 11+96+62=169 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.51% from 169); Green value is 96 (37.89% from 255 or 56.80% from 169); Blue value is 62 (24.61% from 255 or 36.69% from 169); Max value from RGB is 96 - color contains mainly: green. Hex color #0B603E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B603E is #F49FC1. Grayscale: #424242. Windows color (decimal): -16031682 or 4087819. OLE color: 4087819.

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

Color convert

RGB119662-
CMYK0.8900.350.62
HSL156º79.44%20.98%-
HSV(B)156º88.54%37.65%-
XYZ5.198.785.98-
YUV66.71125.3488.26-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.51%
GREEN value IS 96 (37.89% from 255) = 56.80%
BLUE value IS 62 (24.61% from 255) = 36.69%
R=6.51%
G=56.80%
B=36.69%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1196620.8900.350.6215679.4420.98
HexB603E590233E9c4f15
Octal13140761310437623411725
Binary101111000001111101011001010001111111010011100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B603E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,96,62); }

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

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

 a { background-color: rgb(11,96,62); }

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

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

 span { border-color: rgb(11,96,62); }

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