#094823

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

Shades of British Racing Green #094823

Tints of British Racing Green #094823

Color information

#094823 (or 0x094823) is unknown color: approx British Racing Green. HEX triplet: 09, 48 and 23. RGB value is (9,72,35). Sum of RGB (Red+Green+Blue) = 9+72+35=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 72 (28.52% from 255 or 62.07% from 116); Blue value is 35 (14.06% from 255 or 30.17% from 116); Max value from RGB is 72 - color contains mainly: green. Hex color #094823 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094823 is #F6B7DC. Grayscale: #313131. Windows color (decimal): -16168925 or 2312201. OLE color: 2312201.

HSL color Cylindrical-coordinate representation of color #094823: hue angle of 144.76º 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 #094823 is Cyan = 0.88, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB97235-
CMYK0.8800.510.72
HSL144.76º77.78%15.88%-
HSV(B)144.76º87.5%28.24%-
XYZ2.734.812.38-
YUV48.94120.1399.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.76%
GREEN value IS 72 (28.52% from 255) = 62.07%
BLUE value IS 35 (14.06% from 255) = 30.17%
R=7.76%
G=62.07%
B=30.17%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal972350.8800.510.72144.7677.7815.88
Hex948235803348914e10
Octal111104313006311022111620
Binary1001100100010001110110000110011100100010010001100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094823; }

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

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

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

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

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

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

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

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