Html Css Color HEX #064835 British Racing Green

📋 copy color: '#064835'

red 6 ◦ green 72 ◦ blue 53

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

Shades of British Racing Green #064835

Tints of British Racing Green #064835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 40.46%

R = 4.58%
G = 54.96%
B = 40.46%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.26

 K value IS 0.72

RGB Variations

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

Color information

#064835 (or 0x064835) is known color: British Racing Green. HEX triplet: 06, 48 and 35. RGB value is (6,72,53). Sum of RGB (Red+Green+Blue) = 6+72+53=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 72 (28.52% from 255 or 54.96% from 131); Blue value is 53 (21.09% from 255 or 40.46% from 131); Max value from RGB is 72 - color contains mainly: green. Hex color #064835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064835 is #F9B7CA. Grayscale: #323232. Windows color (decimal): -16365515 or 3491846. OLE color: 3491846.

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

Color convert

RGB 6 72 53 -
CMYK 0.92 0 0.26 0.72
HSL 162.73º 0.85% 0.15% -
HSV(B) 162.73º 0.92% 0.28% -
XYZ 3.04 4.93 4.16 -
YUV 50.1 129.63 96.54 -
System Red Green Blue C M Y K H S L
Decimal 6 72 53 0.92 0 0.26 0.72 162.73 0.85 0.15
Hex 6 48 35 5C 0 1A 48 A3 55 F
Octal 6 110 65 134 0 32 110 243 125 17
Binary 110 1001000 110101 1011100 0 11010 1001000 10100011 1010101 1111

Color Harmonies of #064835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064835

Black with #064835

Text Example


Text Example

White with #064835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064835; }

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

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

background-color css

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

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

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

border-color css

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

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

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