#064825

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

Shades of British Racing Green #064825

Tints of British Racing Green #064825

Color information

#064825 (or 0x064825) is unknown color: approx British Racing Green. HEX triplet: 06, 48 and 25. RGB value is (6,72,37). Sum of RGB (Red+Green+Blue) = 6+72+37=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 72 (28.52% from 255 or 62.61% from 115); Blue value is 37 (14.84% from 255 or 32.17% from 115); Max value from RGB is 72 - color contains mainly: green. Hex color #064825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064825 is #F9B7DA. Grayscale: #303030. Windows color (decimal): -16365531 or 2443270. OLE color: 2443270.

HSL color Cylindrical-coordinate representation of color #064825: hue angle of 148.18º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064825 is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB67237-
CMYK0.9200.490.72
HSL148.18º84.62%15.29%-
HSV(B)148.18º91.67%28.24%-
XYZ2.734.812.53-
YUV48.28121.6397.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.22%
GREEN value IS 72 (28.52% from 255) = 62.61%
BLUE value IS 37 (14.84% from 255) = 32.17%
R=5.22%
G=62.61%
B=32.17%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal672370.9200.490.72148.1884.6215.29
Hex648255C031489455f
Octal61104513406111022412517
Binary11010010001001011011100011000110010001001010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064825; }

 p { color: rgb(6,72,37); }

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

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

 a { background-color: rgb(6,72,37); }

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

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

 span { border-color: rgb(6,72,37); }

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