Html Css Color HEX #063A1A British Racing Green

📋 copy color: '#063A1A'

red 6 ◦ green 58 ◦ blue 26

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

Shades of British Racing Green #063A1A

Tints of British Racing Green #063A1A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 64.44%

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

R = 6.67%
G = 64.44%
B = 28.89%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.55

 K value IS 0.77

RGB Variations

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

Color information

#063A1A (or 0x063A1A) is known color: British Racing Green. HEX triplet: 06, 3A and 1A. RGB value is (6,58,26). Sum of RGB (Red+Green+Blue) = 6+58+26=90 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.67% from 90); Green value is 58 (23.05% from 255 or 64.44% from 90); Blue value is 26 (10.55% from 255 or 28.89% from 90); Max value from RGB is 58 - color contains mainly: green. Hex color #063A1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063A1A is #F9C5E5. Grayscale: #262626. Windows color (decimal): -16369126 or 1718790. OLE color: 1718790.

HSL color Cylindrical-coordinate representation of color #063A1A: hue angle of 143.08º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063A1A is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.77.

Color convert

RGB 6 58 26 -
CMYK 0.90 0 0.55 0.77
HSL 143.08º 0.81% 0.13% -
HSV(B) 143.08º 0.9% 0.23% -
XYZ 1.77 3.14 1.49 -
YUV 38.8 120.77 104.6 -
System Red Green Blue C M Y K H S L
Decimal 6 58 26 0.90 0 0.55 0.77 143.08 0.81 0.13
Hex 6 3A 1A 5A 0 37 4D 8F 51 D
Octal 6 72 32 132 0 67 115 217 121 15
Binary 110 111010 11010 1011010 0 110111 1001101 10001111 1010001 1101

Color Harmonies of #063A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063A1A

Black with #063A1A

Text Example


Text Example

White with #063A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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