Html Css Color HEX #064830 British Racing Green

📋 copy color: '#064830'

red 6 ◦ green 72 ◦ blue 48

#064830
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #064830

Tints of British Racing Green #064830

RGB

 RED value IS 6 (2.73% from 255) = 4.76%

 GREEN value IS 72 (28.52% from 255) = 57.14%

 BLUE value IS 48 (19.14% from 255) = 38.1%

R = 4.76%
G = 57.14%
B = 38.1%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#064830 (or 0x064830) is known color: British Racing Green. HEX triplet: 06, 48 and 30. RGB value is (6,72,48). Sum of RGB (Red+Green+Blue) = 6+72+48=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 72 (28.52% from 255 or 57.14% from 126); Blue value is 48 (19.14% from 255 or 38.10% from 126); Max value from RGB is 72 - color contains mainly: green. Hex color #064830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064830 is #F9B7CF. Grayscale: #313131. Windows color (decimal): -16365520 or 3164166. OLE color: 3164166.

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

Color convert

RGB 6 72 48 -
CMYK 0.92 0 0.33 0.72
HSL 158.18º 0.85% 0.15% -
HSV(B) 158.18º 0.92% 0.28% -
XYZ 2.93 4.89 3.59 -
YUV 49.53 127.13 96.95 -
System Red Green Blue C M Y K H S L
Decimal 6 72 48 0.92 0 0.33 0.72 158.18 0.85 0.15
Hex 6 48 30 5C 0 21 48 9E 55 F
Octal 6 110 60 134 0 41 110 236 125 17
Binary 110 1001000 110000 1011100 0 100001 1001000 10011110 1010101 1111

Color Harmonies of #064830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064830

Black with #064830

Text Example


Text Example

White with #064830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064830; }

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

 H1.HeaderClassName
 {
   color: #064830;
 }
 .AnyTagClassName
 {
   color: #064830;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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