#084525

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

Shades of British Racing Green #084525

Tints of British Racing Green #084525

Color information

#084525 (or 0x084525) is unknown color: approx British Racing Green. HEX triplet: 08, 45 and 25. RGB value is (8,69,37). Sum of RGB (Red+Green+Blue) = 8+69+37=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 69 (27.34% from 255 or 60.53% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 69 - color contains mainly: green. Hex color #084525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084525 is #F7BADA. Grayscale: #2F2F2F. Windows color (decimal): -16235227 or 2442504. OLE color: 2442504.

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

Color convert

RGB86937-
CMYK0.8800.460.73
HSL148.52º79.22%15.1%-
HSV(B)148.52º88.41%27.06%-
XYZ2.564.442.47-
YUV47.11122.29100.1-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.02%
GREEN value IS 69 (27.34% from 255) = 60.53%
BLUE value IS 37 (14.84% from 255) = 32.46%
R=7.02%
G=60.53%
B=32.46%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal869370.8800.460.73148.5279.2215.1
Hex845255802E49954ff
Octal101054513005611122511717
Binary100010001011001011011000010111010010011001010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084525; }

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

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

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

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

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

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

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

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