#064630

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

Shades of British Racing Green #064630

Tints of British Racing Green #064630

Color information

#064630 (or 0x064630) is unknown color: approx British Racing Green. HEX triplet: 06, 46 and 30. RGB value is (6,70,48). Sum of RGB (Red+Green+Blue) = 6+70+48=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 70 (27.73% from 255 or 56.45% from 124); Blue value is 48 (19.14% from 255 or 38.71% from 124); Max value from RGB is 70 - color contains mainly: green. Hex color #064630 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064630 is #F9B9CF. Grayscale: #303030. Windows color (decimal): -16366032 or 3163654. OLE color: 3163654.

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

Color convert

RGB67048-
CMYK0.9100.310.73
HSL159.38º84.21%14.9%-
HSV(B)159.38º91.43%27.45%-
XYZ2.84.633.54-
YUV48.36127.897.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.84%
GREEN value IS 70 (27.73% from 255) = 56.45%
BLUE value IS 48 (19.14% from 255) = 38.71%
R=4.84%
G=56.45%
B=38.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal670480.9100.310.73159.3884.2114.9
Hex646305B01F499f54f
Octal61066013303711123712417
Binary1101000110110000101101101111110010011001111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064630; }

 p { color: rgb(6,70,48); }

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

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

 a { background-color: rgb(6,70,48); }

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

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

 span { border-color: rgb(6,70,48); }

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