#094925

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

Shades of British Racing Green #094925

Tints of British Racing Green #094925

Color information

#094925 (or 0x094925) is unknown color: approx British Racing Green. HEX triplet: 09, 49 and 25. RGB value is (9,73,37). Sum of RGB (Red+Green+Blue) = 9+73+37=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 73 (28.91% from 255 or 61.34% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 73 - color contains mainly: green. Hex color #094925 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094925 is #F6B6DA. Grayscale: #313131. Windows color (decimal): -16168667 or 2443529. OLE color: 2443529.

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

Color convert

RGB97337-
CMYK0.8800.490.71
HSL146.25º78.05%16.08%-
HSV(B)146.25º87.67%28.63%-
XYZ2.834.962.56-
YUV49.76120.898.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.56%
GREEN value IS 73 (28.91% from 255) = 61.34%
BLUE value IS 37 (14.84% from 255) = 31.09%
R=7.56%
G=61.34%
B=31.09%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal973370.8800.490.71146.2578.0516.08
Hex949255803147924e10
Octal111114513006110722211620
Binary1001100100110010110110000110001100011110010010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094925; }

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

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

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

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

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

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

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

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