Html Css Color HEX #064A2E British Racing Green

📋 copy color: '#064A2E'

red 6 ◦ green 74 ◦ blue 46

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

Shades of British Racing Green #064A2E

Tints of British Racing Green #064A2E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 58.73%

 BLUE value IS 46 (18.36% from 255) = 36.51%

R = 4.76%
G = 58.73%
B = 36.51%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.38

 K value IS 0.71

RGB Variations

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

Color information

#064A2E (or 0x064A2E) is known color: British Racing Green. HEX triplet: 06, 4A and 2E. RGB value is (6,74,46). Sum of RGB (Red+Green+Blue) = 6+74+46=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 74 (29.30% from 255 or 58.73% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 74 - color contains mainly: green. Hex color #064A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064A2E is #F9B5D1. Grayscale: #323232. Windows color (decimal): -16365010 or 3033606. OLE color: 3033606.

HSL color Cylindrical-coordinate representation of color #064A2E: hue angle of 155.29º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064A2E is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 74 46 -
CMYK 0.92 0 0.38 0.71
HSL 155.29º 0.85% 0.16% -
HSV(B) 155.29º 0.92% 0.29% -
XYZ 3.02 5.13 3.42 -
YUV 50.48 125.47 96.28 -
System Red Green Blue C M Y K H S L
Decimal 6 74 46 0.92 0 0.38 0.71 155.29 0.85 0.16
Hex 6 4A 2E 5C 0 26 47 9B 55 10
Octal 6 112 56 134 0 46 107 233 125 20
Binary 110 1001010 101110 1011100 0 100110 1000111 10011011 1010101 10000

Color Harmonies of #064A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064A2E

Black with #064A2E

Text Example


Text Example

White with #064A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064A2E; }

 p { color: rgb(6,74,46); }

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

background-color css

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

 a { background-color: rgb(6,74,46); }

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

border-color css

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

 span { border-color: rgb(6,74,46); }

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