Html Css Color HEX #063F1A British Racing Green

📋 copy color: '#063F1A'

red 6 ◦ green 63 ◦ blue 26

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

Shades of British Racing Green #063F1A

Tints of British Racing Green #063F1A

RGB

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

 GREEN value IS 63 (25% from 255) = 66.32%

 BLUE value IS 26 (10.55% from 255) = 27.37%

R = 6.32%
G = 66.32%
B = 27.37%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.59

 K value IS 0.75

RGB Variations

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

Color information

#063F1A (or 0x063F1A) is known color: British Racing Green. HEX triplet: 06, 3F and 1A. RGB value is (6,63,26). Sum of RGB (Red+Green+Blue) = 6+63+26=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 63 (25% from 255 or 66.32% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 63 - color contains mainly: green. Hex color #063F1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063F1A is #F9C0E5. Grayscale: #292929. Windows color (decimal): -16367846 or 1720070. OLE color: 1720070.

HSL color Cylindrical-coordinate representation of color #063F1A: hue angle of 141.05º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063F1A is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 63 26 -
CMYK 0.90 0 0.59 0.75
HSL 141.05º 0.83% 0.14% -
HSV(B) 141.05º 0.9% 0.25% -
XYZ 2.04 3.67 1.58 -
YUV 41.74 119.12 102.51 -
System Red Green Blue C M Y K H S L
Decimal 6 63 26 0.90 0 0.59 0.75 141.05 0.83 0.14
Hex 6 3F 1A 5A 0 3B 4B 8D 53 E
Octal 6 77 32 132 0 73 113 215 123 16
Binary 110 111111 11010 1011010 0 111011 1001011 10001101 1010011 1110

Color Harmonies of #063F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063F1A

Black with #063F1A

Text Example


Text Example

White with #063F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063F1A; }

 p { color: rgb(6,63,26); }

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

background-color css

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

 a { background-color: rgb(6,63,26); }

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

border-color css

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

 span { border-color: rgb(6,63,26); }

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