#0B4324

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

Shades of British Racing Green #0B4324

Tints of British Racing Green #0B4324

Color information

#0B4324 (or 0x0B4324) is unknown color: approx British Racing Green. HEX triplet: 0B, 43 and 24. RGB value is (11,67,36). Sum of RGB (Red+Green+Blue) = 11+67+36=114 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.65% from 114); Green value is 67 (26.56% from 255 or 58.77% from 114); Blue value is 36 (14.45% from 255 or 31.58% from 114); Max value from RGB is 67 - color contains mainly: green. Hex color #0B4324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4324 is #F4BCDB. Grayscale: #2E2E2E. Windows color (decimal): -16039132 or 2376459. OLE color: 2376459.

HSL color Cylindrical-coordinate representation of color #0B4324: hue angle of 146.79º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B4324 is Cyan = 0.84, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.74.

Color convert

RGB116736-
CMYK0.8400.460.74
HSL146.79º71.79%15.29%-
HSV(B)146.79º83.58%26.27%-
XYZ2.464.212.35-
YUV46.72121.95102.52-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.65%
GREEN value IS 67 (26.56% from 255) = 58.77%
BLUE value IS 36 (14.45% from 255) = 31.58%
R=9.65%
G=58.77%
B=31.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1167360.8400.460.74146.7971.7915.29
HexB43245402E4A9348f
Octal131034412405611222311017
Binary101110000111001001010100010111010010101001001110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,67,36); }

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

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

 a { background-color: rgb(11,67,36); }

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

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

 span { border-color: rgb(11,67,36); }

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