#064833

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

Shades of British Racing Green #064833

Tints of British Racing Green #064833

Color information

#064833 (or 0x064833) is unknown color: approx British Racing Green. HEX triplet: 06, 48 and 33. RGB value is (6,72,51). Sum of RGB (Red+Green+Blue) = 6+72+51=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 72 (28.52% from 255 or 55.81% from 129); Blue value is 51 (20.31% from 255 or 39.53% from 129); Max value from RGB is 72 - color contains mainly: green. Hex color #064833 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064833 is #F9B7CC. Grayscale: #313131. Windows color (decimal): -16365517 or 3360774. OLE color: 3360774.

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

Color convert

RGB67251-
CMYK0.9200.290.72
HSL160.91º84.62%15.29%-
HSV(B)160.91º91.67%28.24%-
XYZ2.994.913.92-
YUV49.87128.6396.71-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.65%
GREEN value IS 72 (28.52% from 255) = 55.81%
BLUE value IS 51 (20.31% from 255) = 39.53%
R=4.65%
G=55.81%
B=39.53%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal672510.9200.290.72160.9184.6215.29
Hex648335C01D48a155f
Octal61106313403511024112517
Binary1101001000110011101110001110110010001010000110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064833; }

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

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

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

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

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

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

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

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