Html Css Color HEX #094124 British Racing Green

📋 copy color: '#094124'

red 9 ◦ green 65 ◦ blue 36

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

Shades of British Racing Green #094124

Tints of British Racing Green #094124

RGB

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

 GREEN value IS 65 (25.78% from 255) = 59.09%

 BLUE value IS 36 (14.45% from 255) = 32.73%

R = 8.18%
G = 59.09%
B = 32.73%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.45

 K value IS 0.75

RGB Variations

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

Color information

#094124 (or 0x094124) is known color: British Racing Green. HEX triplet: 09, 41 and 24. RGB value is (9,65,36). Sum of RGB (Red+Green+Blue) = 9+65+36=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 65 (25.78% from 255 or 59.09% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 65 - color contains mainly: green. Hex color #094124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094124 is #F6BEDB. Grayscale: #2D2D2D. Windows color (decimal): -16170716 or 2375945. OLE color: 2375945.

HSL color Cylindrical-coordinate representation of color #094124: hue angle of 148.93º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094124 is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 65 36 -
CMYK 0.86 0 0.45 0.75
HSL 148.93º 0.76% 0.15% -
HSV(B) 148.93º 0.86% 0.25% -
XYZ 2.32 3.97 2.31 -
YUV 44.95 122.95 102.36 -
System Red Green Blue C M Y K H S L
Decimal 9 65 36 0.86 0 0.45 0.75 148.93 0.76 0.15
Hex 9 41 24 56 0 2D 4B 95 4C F
Octal 11 101 44 126 0 55 113 225 114 17
Binary 1001 1000001 100100 1010110 0 101101 1001011 10010101 1001100 1111

Color Harmonies of #094124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094124

Black with #094124

Text Example


Text Example

White with #094124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094124; }

 p { color: rgb(9,65,36); }

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

background-color css

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

 a { background-color: rgb(9,65,36); }

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

border-color css

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

 span { border-color: rgb(9,65,36); }

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