Html Css Color HEX #064634 British Racing Green

📋 copy color: '#064634'

red 6 ◦ green 70 ◦ blue 52

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

Shades of British Racing Green #064634

Tints of British Racing Green #064634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 40.63%

R = 4.69%
G = 54.69%
B = 40.63%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#064634 (or 0x064634) is known color: British Racing Green. HEX triplet: 06, 46 and 34. RGB value is (6,70,52). Sum of RGB (Red+Green+Blue) = 6+70+52=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 70 (27.73% from 255 or 54.69% from 128); Blue value is 52 (20.70% from 255 or 40.62% from 128); Max value from RGB is 70 - color contains mainly: green. Hex color #064634 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064634 is #F9B9CB. Grayscale: #303030. Windows color (decimal): -16366028 or 3425798. OLE color: 3425798.

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

Color convert

RGB 6 70 52 -
CMYK 0.91 0 0.26 0.73
HSL 163.13º 0.84% 0.15% -
HSV(B) 163.13º 0.91% 0.27% -
XYZ 2.89 4.67 4 -
YUV 48.81 129.8 97.46 -
System Red Green Blue C M Y K H S L
Decimal 6 70 52 0.91 0 0.26 0.73 163.13 0.84 0.15
Hex 6 46 34 5B 0 1A 49 A3 54 F
Octal 6 106 64 133 0 32 111 243 124 17
Binary 110 1000110 110100 1011011 0 11010 1001001 10100011 1010100 1111

Color Harmonies of #064634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064634

Black with #064634

Text Example


Text Example

White with #064634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064634; }

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

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

background-color css

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

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

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

border-color css

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

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

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