#064822

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

Shades of British Racing Green #064822

Tints of British Racing Green #064822

Color information

#064822 (or 0x064822) is unknown color: approx British Racing Green. HEX triplet: 06, 48 and 22. RGB value is (6,72,34). Sum of RGB (Red+Green+Blue) = 6+72+34=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 72 (28.52% from 255 or 64.29% from 112); Blue value is 34 (13.67% from 255 or 30.36% from 112); Max value from RGB is 72 - color contains mainly: green. Hex color #064822 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064822 is #F9B7DD. Grayscale: #303030. Windows color (decimal): -16365534 or 2246662. OLE color: 2246662.

HSL color Cylindrical-coordinate representation of color #064822: hue angle of 145.45º 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 #064822 is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.72.

Color convert

RGB67234-
CMYK0.9200.530.72
HSL145.45º84.62%15.29%-
HSV(B)145.45º91.67%28.24%-
XYZ2.684.792.3-
YUV47.93120.1398.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.36%
GREEN value IS 72 (28.52% from 255) = 64.29%
BLUE value IS 34 (13.67% from 255) = 30.36%
R=5.36%
G=64.29%
B=30.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal672340.9200.530.72145.4584.6215.29
Hex648225C035489155f
Octal61104213406511022112517
Binary11010010001000101011100011010110010001001000110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064822; }

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

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

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

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

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

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

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

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