Html Css Color HEX #094826 British Racing Green

📋 copy color: '#094826'

red 9 ◦ green 72 ◦ blue 38

#094826
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #094826

Tints of British Racing Green #094826

RGB

 RED value IS 9 (3.91% from 255) = 7.56%

 GREEN value IS 72 (28.52% from 255) = 60.5%

 BLUE value IS 38 (15.23% from 255) = 31.93%

R = 7.56%
G = 60.5%
B = 31.93%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#094826 (or 0x094826) is known color: British Racing Green. HEX triplet: 09, 48 and 26. RGB value is (9,72,38). Sum of RGB (Red+Green+Blue) = 9+72+38=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 72 (28.52% from 255 or 60.50% from 119); Blue value is 38 (15.23% from 255 or 31.93% from 119); Max value from RGB is 72 - color contains mainly: green. Hex color #094826 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094826 is #F6B7D9. Grayscale: #313131. Windows color (decimal): -16168922 or 2508809. OLE color: 2508809.

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

Color convert

RGB 9 72 38 -
CMYK 0.88 0 0.47 0.72
HSL 147.62º 0.78% 0.16% -
HSV(B) 147.62º 0.88% 0.28% -
XYZ 2.78 4.83 2.62 -
YUV 49.29 121.63 99.26 -
System Red Green Blue C M Y K H S L
Decimal 9 72 38 0.88 0 0.47 0.72 147.62 0.78 0.16
Hex 9 48 26 58 0 2F 48 94 4E 10
Octal 11 110 46 130 0 57 110 224 116 20
Binary 1001 1001000 100110 1011000 0 101111 1001000 10010100 1001110 10000

Color Harmonies of #094826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094826

Black with #094826

Text Example


Text Example

White with #094826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094826; }

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

 H1.HeaderClassName
 {
   color: #094826;
 }
 .AnyTagClassName
 {
   color: #094826;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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