#064124

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

Shades of British Racing Green #064124

Tints of British Racing Green #064124

Color information

#064124 (or 0x064124) is unknown color: approx British Racing Green. HEX triplet: 06, 41 and 24. RGB value is (6,65,36). Sum of RGB (Red+Green+Blue) = 6+65+36=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 65 (25.78% from 255 or 60.75% from 107); Blue value is 36 (14.45% from 255 or 33.64% from 107); Max value from RGB is 65 - color contains mainly: green. Hex color #064124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064124 is #F9BEDB. Grayscale: #2C2C2C. Windows color (decimal): -16367324 or 2375942. OLE color: 2375942.

HSL color Cylindrical-coordinate representation of color #064124: hue angle of 150.51º 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 #064124 is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB66536-
CMYK0.9100.450.75
HSL150.51º83.1%13.92%-
HSV(B)150.51º90.77%25.49%-
XYZ2.283.952.31-
YUV44.05123.45100.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.61%
GREEN value IS 65 (25.78% from 255) = 60.75%
BLUE value IS 36 (14.45% from 255) = 33.64%
R=5.61%
G=60.75%
B=33.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal665360.9100.450.75150.5183.113.92
Hex641245B02D4B9753e
Octal61014413305511322712316
Binary11010000011001001011011010110110010111001011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064124; }

 p { color: rgb(6,65,36); }

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

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

 a { background-color: rgb(6,65,36); }

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

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

 span { border-color: rgb(6,65,36); }

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