Html Css Color HEX #064319 British Racing Green

📋 copy color: '#064319'

red 6 ◦ green 67 ◦ blue 25

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

Shades of British Racing Green #064319

Tints of British Racing Green #064319

RGB

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

 GREEN value IS 67 (26.56% from 255) = 68.37%

 BLUE value IS 25 (10.16% from 255) = 25.51%

R = 6.12%
G = 68.37%
B = 25.51%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.63

 K value IS 0.74

RGB Variations

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

Color information

#064319 (or 0x064319) is known color: British Racing Green. HEX triplet: 06, 43 and 19. RGB value is (6,67,25). Sum of RGB (Red+Green+Blue) = 6+67+25=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 67 (26.56% from 255 or 68.37% from 98); Blue value is 25 (10.16% from 255 or 25.51% from 98); Max value from RGB is 67 - color contains mainly: green. Hex color #064319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064319 is #F9BCE6. Grayscale: #2C2C2C. Windows color (decimal): -16366823 or 1655558. OLE color: 1655558.

HSL color Cylindrical-coordinate representation of color #064319: hue angle of 138.69º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064319 is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.74.

Color convert

RGB 6 67 25 -
CMYK 0.91 0 0.63 0.74
HSL 138.69º 0.84% 0.14% -
HSV(B) 138.69º 0.91% 0.26% -
XYZ 2.26 4.12 1.6 -
YUV 43.97 117.29 100.92 -
System Red Green Blue C M Y K H S L
Decimal 6 67 25 0.91 0 0.63 0.74 138.69 0.84 0.14
Hex 6 43 19 5B 0 3F 4A 8B 54 E
Octal 6 103 31 133 0 77 112 213 124 16
Binary 110 1000011 11001 1011011 0 111111 1001010 10001011 1010100 1110

Color Harmonies of #064319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064319

Black with #064319

Text Example


Text Example

White with #064319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064319; }

 p { color: rgb(6,67,25); }

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

background-color css

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

 a { background-color: rgb(6,67,25); }

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

border-color css

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

 span { border-color: rgb(6,67,25); }

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