Html Css Color HEX #064631 British Racing Green

📋 copy color: '#064631'

red 6 ◦ green 70 ◦ blue 49

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

Shades of British Racing Green #064631

Tints of British Racing Green #064631

RGB

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

 GREEN value IS 70 (27.73% from 255) = 56%

 BLUE value IS 49 (19.53% from 255) = 39.2%

R = 4.8%
G = 56%
B = 39.2%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#064631 (or 0x064631) is known color: British Racing Green. HEX triplet: 06, 46 and 31. RGB value is (6,70,49). Sum of RGB (Red+Green+Blue) = 6+70+49=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 70 (27.73% from 255 or 56% from 125); Blue value is 49 (19.53% from 255 or 39.2% from 125); Max value from RGB is 70 - color contains mainly: green. Hex color #064631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064631 is #F9B9CE. Grayscale: #303030. Windows color (decimal): -16366031 or 3229190. OLE color: 3229190.

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

Color convert

RGB 6 70 49 -
CMYK 0.91 0 0.30 0.73
HSL 160.31º 0.84% 0.15% -
HSV(B) 160.31º 0.91% 0.27% -
XYZ 2.82 4.64 3.65 -
YUV 48.47 128.3 97.71 -
System Red Green Blue C M Y K H S L
Decimal 6 70 49 0.91 0 0.30 0.73 160.31 0.84 0.15
Hex 6 46 31 5B 0 1E 49 A0 54 F
Octal 6 106 61 133 0 36 111 240 124 17
Binary 110 1000110 110001 1011011 0 11110 1001001 10100000 1010100 1111

Color Harmonies of #064631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064631

Black with #064631

Text Example


Text Example

White with #064631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064631; }

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

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

background-color css

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

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

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

border-color css

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

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

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