Html Css Color HEX #094328 British Racing Green

📋 copy color: '#094328'

red 9 ◦ green 67 ◦ blue 40

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

Shades of British Racing Green #094328

Tints of British Racing Green #094328

RGB

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

 GREEN value IS 67 (26.56% from 255) = 57.76%

 BLUE value IS 40 (16.02% from 255) = 34.48%

R = 7.76%
G = 57.76%
B = 34.48%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.40

 K value IS 0.74

RGB Variations

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

Color information

#094328 (or 0x094328) is known color: British Racing Green. HEX triplet: 09, 43 and 28. RGB value is (9,67,40). Sum of RGB (Red+Green+Blue) = 9+67+40=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 67 (26.56% from 255 or 57.76% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 67 - color contains mainly: green. Hex color #094328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094328 is #F6BCD7. Grayscale: #2E2E2E. Windows color (decimal): -16170200 or 2638601. OLE color: 2638601.

HSL color Cylindrical-coordinate representation of color #094328: hue angle of 152.07º 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 #094328 is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 67 40 -
CMYK 0.87 0 0.40 0.74
HSL 152.07º 0.76% 0.15% -
HSV(B) 152.07º 0.87% 0.26% -
XYZ 2.5 4.23 2.69 -
YUV 46.58 124.28 101.2 -
System Red Green Blue C M Y K H S L
Decimal 9 67 40 0.87 0 0.40 0.74 152.07 0.76 0.15
Hex 9 43 28 57 0 28 4A 98 4C F
Octal 11 103 50 127 0 50 112 230 114 17
Binary 1001 1000011 101000 1010111 0 101000 1001010 10011000 1001100 1111

Color Harmonies of #094328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094328

Black with #094328

Text Example


Text Example

White with #094328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094328; }

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

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

background-color css

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

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

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

border-color css

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

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

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