#064834

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

Shades of British Racing Green #064834

Tints of British Racing Green #064834

Color information

#064834 (or 0x064834) is unknown color: approx British Racing Green. HEX triplet: 06, 48 and 34. RGB value is (6,72,52). Sum of RGB (Red+Green+Blue) = 6+72+52=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 72 (28.52% from 255 or 55.38% from 130); Blue value is 52 (20.70% from 255 or 40% from 130); Max value from RGB is 72 - color contains mainly: green. Hex color #064834 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064834 is #F9B7CB. Grayscale: #313131. Windows color (decimal): -16365516 or 3426310. OLE color: 3426310.

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

Color convert

RGB67252-
CMYK0.9200.280.72
HSL161.82º84.62%15.29%-
HSV(B)161.82º91.67%28.24%-
XYZ3.014.924.04-
YUV49.99129.1396.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.62%
GREEN value IS 72 (28.52% from 255) = 55.38%
BLUE value IS 52 (20.70% from 255) = 40%
R=4.62%
G=55.38%
B=40%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal672520.9200.280.72161.8284.6215.29
Hex648345C01C48a255f
Octal61106413403411024212517
Binary1101001000110100101110001110010010001010001010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064834; }

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

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

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

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

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

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

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

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