#0B6030

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

Shades of Crusoe #0B6030

Tints of Crusoe #0B6030

Color information

#0B6030 (or 0x0B6030) is unknown color: approx Crusoe. HEX triplet: 0B, 60 and 30. RGB value is (11,96,48). Sum of RGB (Red+Green+Blue) = 11+96+48=155 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.10% from 155); Green value is 96 (37.89% from 255 or 61.94% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 96 - color contains mainly: green. Hex color #0B6030 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6030 is #F49FCF. Grayscale: #414141. Windows color (decimal): -16031696 or 3170315. OLE color: 3170315.

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

Color convert

RGB119648-
CMYK0.8900.500.62
HSL146.12º79.44%20.98%-
HSV(B)146.12º88.54%37.65%-
XYZ4.858.654.21-
YUV65.11118.3489.4-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.10%
GREEN value IS 96 (37.89% from 255) = 61.94%
BLUE value IS 48 (19.14% from 255) = 30.97%
R=7.10%
G=61.94%
B=30.97%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1196480.8900.500.62146.1279.4420.98
HexB6030590323E924f15
Octal13140601310627622211725
Binary101111000001100001011001011001011111010010010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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