Html Css Color HEX #063B21 British Racing Green

📋 copy color: '#063B21'

red 6 ◦ green 59 ◦ blue 33

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

Shades of British Racing Green #063B21

Tints of British Racing Green #063B21

RGB

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

 GREEN value IS 59 (23.44% from 255) = 60.2%

 BLUE value IS 33 (13.28% from 255) = 33.67%

R = 6.12%
G = 60.2%
B = 33.67%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.44

 K value IS 0.77

RGB Variations

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

Color information

#063B21 (or 0x063B21) is known color: British Racing Green. HEX triplet: 06, 3B and 21. RGB value is (6,59,33). Sum of RGB (Red+Green+Blue) = 6+59+33=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 59 (23.44% from 255 or 60.20% from 98); Blue value is 33 (13.28% from 255 or 33.67% from 98); Max value from RGB is 59 - color contains mainly: green. Hex color #063B21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063B21 is #F9C4DE. Grayscale: #282828. Windows color (decimal): -16368863 or 2177798. OLE color: 2177798.

HSL color Cylindrical-coordinate representation of color #063B21: hue angle of 150.57º degrees, saturation: 0.82, 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 #063B21 is Cyan = 0.90, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.77.

Color convert

RGB 6 59 33 -
CMYK 0.90 0 0.44 0.77
HSL 150.57º 0.82% 0.13% -
HSV(B) 150.57º 0.9% 0.23% -
XYZ 1.91 3.28 1.97 -
YUV 40.19 123.94 103.61 -
System Red Green Blue C M Y K H S L
Decimal 6 59 33 0.90 0 0.44 0.77 150.57 0.82 0.13
Hex 6 3B 21 5A 0 2C 4D 97 52 D
Octal 6 73 41 132 0 54 115 227 122 15
Binary 110 111011 100001 1011010 0 101100 1001101 10010111 1010010 1101

Color Harmonies of #063B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063B21

Black with #063B21

Text Example


Text Example

White with #063B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,59,33); }

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

background-color css

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

 a { background-color: rgb(6,59,33); }

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

border-color css

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

 span { border-color: rgb(6,59,33); }

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