#094824

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

Shades of British Racing Green #094824

Tints of British Racing Green #094824

Color information

#094824 (or 0x094824) is unknown color: approx British Racing Green. HEX triplet: 09, 48 and 24. RGB value is (9,72,36). Sum of RGB (Red+Green+Blue) = 9+72+36=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 72 (28.52% from 255 or 61.54% from 117); Blue value is 36 (14.45% from 255 or 30.77% from 117); Max value from RGB is 72 - color contains mainly: green. Hex color #094824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094824 is #F6B7DB. Grayscale: #313131. Windows color (decimal): -16168924 or 2377737. OLE color: 2377737.

HSL color Cylindrical-coordinate representation of color #094824: hue angle of 145.71º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094824 is Cyan = 0.88, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.72.

Color convert

RGB97236-
CMYK0.8800.50.72
HSL145.71º77.78%15.88%-
HSV(B)145.71º87.5%28.24%-
XYZ2.754.822.45-
YUV49.06120.6399.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.69%
GREEN value IS 72 (28.52% from 255) = 61.54%
BLUE value IS 36 (14.45% from 255) = 30.77%
R=7.69%
G=61.54%
B=30.77%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal972360.8800.50.72145.7177.7815.88
Hex948245803248924e10
Octal111104413006211022211620
Binary1001100100010010010110000110010100100010010010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094824; }

 p { color: rgb(9,72,36); }

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

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

 a { background-color: rgb(9,72,36); }

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

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

 span { border-color: rgb(9,72,36); }

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