Html Css Color HEX #063D1A British Racing Green

📋 copy color: '#063D1A'

red 6 ◦ green 61 ◦ blue 26

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

Shades of British Racing Green #063D1A

Tints of British Racing Green #063D1A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 65.59%

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

R = 6.45%
G = 65.59%
B = 27.96%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.57

 K value IS 0.76

RGB Variations

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

Color information

#063D1A (or 0x063D1A) is known color: British Racing Green. HEX triplet: 06, 3D and 1A. RGB value is (6,61,26). Sum of RGB (Red+Green+Blue) = 6+61+26=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 61 (24.22% from 255 or 65.59% from 93); Blue value is 26 (10.55% from 255 or 27.96% from 93); Max value from RGB is 61 - color contains mainly: green. Hex color #063D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063D1A is #F9C2E5. Grayscale: #282828. Windows color (decimal): -16368358 or 1719558. OLE color: 1719558.

HSL color Cylindrical-coordinate representation of color #063D1A: hue angle of 141.82º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063D1A is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.76.

Color convert

RGB 6 61 26 -
CMYK 0.90 0 0.57 0.76
HSL 141.82º 0.82% 0.13% -
HSV(B) 141.82º 0.9% 0.24% -
XYZ 1.93 3.45 1.54 -
YUV 40.57 119.78 103.35 -
System Red Green Blue C M Y K H S L
Decimal 6 61 26 0.90 0 0.57 0.76 141.82 0.82 0.13
Hex 6 3D 1A 5A 0 39 4C 8E 52 D
Octal 6 75 32 132 0 71 114 216 122 15
Binary 110 111101 11010 1011010 0 111001 1001100 10001110 1010010 1101

Color Harmonies of #063D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063D1A

Black with #063D1A

Text Example


Text Example

White with #063D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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