#064026

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

Shades of British Racing Green #064026

Tints of British Racing Green #064026

Color information

#064026 (or 0x064026) is unknown color: approx British Racing Green. HEX triplet: 06, 40 and 26. RGB value is (6,64,38). Sum of RGB (Red+Green+Blue) = 6+64+38=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 64 (25.39% from 255 or 59.26% from 108); Blue value is 38 (15.23% from 255 or 35.19% from 108); Max value from RGB is 64 - color contains mainly: green. Hex color #064026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064026 is #F9BFD9. Grayscale: #2B2B2B. Windows color (decimal): -16367578 or 2506758. OLE color: 2506758.

HSL color Cylindrical-coordinate representation of color #064026: hue angle of 153.1º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064026 is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.75.

Color convert

RGB66438-
CMYK0.9100.410.75
HSL153.1º82.86%13.73%-
HSV(B)153.1º90.62%25.1%-
XYZ2.263.852.46-
YUV43.69124.78101.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.56%
GREEN value IS 64 (25.39% from 255) = 59.26%
BLUE value IS 38 (15.23% from 255) = 35.19%
R=5.56%
G=59.26%
B=35.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal664380.9100.410.75153.182.8613.73
Hex640265B0294B9953e
Octal61004613305111323112316
Binary11010000001001101011011010100110010111001100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064026; }

 p { color: rgb(6,64,38); }

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

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

 a { background-color: rgb(6,64,38); }

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

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

 span { border-color: rgb(6,64,38); }

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