#09492C

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

Shades of British Racing Green #09492C

Tints of British Racing Green #09492C

Color information

#09492C (or 0x09492C) is unknown color: approx British Racing Green. HEX triplet: 09, 49 and 2C. RGB value is (9,73,44). Sum of RGB (Red+Green+Blue) = 9+73+44=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 73 (28.91% from 255 or 57.94% from 126); Blue value is 44 (17.58% from 255 or 34.92% from 126); Max value from RGB is 73 - color contains mainly: green. Hex color #09492C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09492C is #F6B6D3. Grayscale: #323232. Windows color (decimal): -16168660 or 2902281. OLE color: 2902281.

HSL color Cylindrical-coordinate representation of color #09492C: hue angle of 152.81º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09492C is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB97344-
CMYK0.8800.400.71
HSL152.81º78.05%16.08%-
HSV(B)152.81º87.67%28.63%-
XYZ2.955.013.19-
YUV50.56124.398.36-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.14%
GREEN value IS 73 (28.91% from 255) = 57.94%
BLUE value IS 44 (17.58% from 255) = 34.92%
R=7.14%
G=57.94%
B=34.92%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal973440.8800.400.71152.8178.0516.08
Hex9492C5802847994e10
Octal111115413005010723111620
Binary1001100100110110010110000101000100011110011001100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09492C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09492C; }

 p { color: rgb(9,73,44); }

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

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

 a { background-color: rgb(9,73,44); }

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

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

 span { border-color: rgb(9,73,44); }

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