#094320

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

Shades of British Racing Green #094320

Tints of British Racing Green #094320

Color information

#094320 (or 0x094320) is unknown color: approx British Racing Green. HEX triplet: 09, 43 and 20. RGB value is (9,67,32). Sum of RGB (Red+Green+Blue) = 9+67+32=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 67 (26.56% from 255 or 62.04% from 108); Blue value is 32 (12.89% from 255 or 29.63% from 108); Max value from RGB is 67 - color contains mainly: green. Hex color #094320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094320 is #F6BCDF. Grayscale: #2D2D2D. Windows color (decimal): -16170208 or 2114313. OLE color: 2114313.

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

Color convert

RGB96732-
CMYK0.8700.520.74
HSL143.79º76.32%14.9%-
HSV(B)143.79º86.57%26.27%-
XYZ2.384.182.05-
YUV45.67120.28101.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.33%
GREEN value IS 67 (26.56% from 255) = 62.04%
BLUE value IS 32 (12.89% from 255) = 29.63%
R=8.33%
G=62.04%
B=29.63%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal967320.8700.520.74143.7976.3214.9
Hex94320570344A904cf
Octal111034012706411222011417
Binary100110000111000001010111011010010010101001000010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094320; }

 p { color: rgb(9,67,32); }

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

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

 a { background-color: rgb(9,67,32); }

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

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

 span { border-color: rgb(9,67,32); }

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