Html Css Color HEX #064519 British Racing Green

📋 copy color: '#064519'

red 6 ◦ green 69 ◦ blue 25

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

Shades of British Racing Green #064519

Tints of British Racing Green #064519

RGB

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

 GREEN value IS 69 (27.34% from 255) = 69%

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

R = 6%
G = 69%
B = 25%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#064519 (or 0x064519) is known color: British Racing Green. HEX triplet: 06, 45 and 19. RGB value is (6,69,25). Sum of RGB (Red+Green+Blue) = 6+69+25=100 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6% from 100); Green value is 69 (27.34% from 255 or 69% from 100); Blue value is 25 (10.16% from 255 or 25% from 100); Max value from RGB is 69 - color contains mainly: green. Hex color #064519 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064519 is #F9BAE6. Grayscale: #2D2D2D. Windows color (decimal): -16366311 or 1656070. OLE color: 1656070.

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

Color convert

RGB 6 69 25 -
CMYK 0.91 0 0.64 0.73
HSL 138.1º 0.84% 0.15% -
HSV(B) 138.1º 0.91% 0.27% -
XYZ 2.38 4.37 1.64 -
YUV 45.15 116.63 100.08 -
System Red Green Blue C M Y K H S L
Decimal 6 69 25 0.91 0 0.64 0.73 138.1 0.84 0.15
Hex 6 45 19 5B 0 40 49 8A 54 F
Octal 6 105 31 133 0 100 111 212 124 17
Binary 110 1000101 11001 1011011 0 1000000 1001001 10001010 1010100 1111

Color Harmonies of #064519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064519

Black with #064519

Text Example


Text Example

White with #064519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064519; }

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

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

background-color css

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

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

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

border-color css

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

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

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