#084325

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

Shades of British Racing Green #084325

Tints of British Racing Green #084325

Color information

#084325 (or 0x084325) is unknown color: approx British Racing Green. HEX triplet: 08, 43 and 25. RGB value is (8,67,37). Sum of RGB (Red+Green+Blue) = 8+67+37=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 67 (26.56% from 255 or 59.82% from 112); Blue value is 37 (14.84% from 255 or 33.04% from 112); Max value from RGB is 67 - color contains mainly: green. Hex color #084325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084325 is #F7BCDA. Grayscale: #2E2E2E. Windows color (decimal): -16235739 or 2441992. OLE color: 2441992.

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

Color convert

RGB86737-
CMYK0.8800.450.74
HSL149.49º78.67%14.71%-
HSV(B)149.49º88.06%26.27%-
XYZ2.444.22.43-
YUV45.94122.95100.94-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.14%
GREEN value IS 67 (26.56% from 255) = 59.82%
BLUE value IS 37 (14.84% from 255) = 33.04%
R=7.14%
G=59.82%
B=33.04%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal867370.8800.450.74149.4978.6714.71
Hex843255802D4A954ff
Octal101034513005511222511717
Binary100010000111001011011000010110110010101001010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084325; }

 p { color: rgb(8,67,37); }

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

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

 a { background-color: rgb(8,67,37); }

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

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

 span { border-color: rgb(8,67,37); }

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