Html Css Color HEX #014636 British Racing Green

📋 copy color: '#014636'

red 1 ◦ green 70 ◦ blue 54

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

Shades of British Racing Green #014636

Tints of British Racing Green #014636

RGB

 RED value IS 1 (0.78% from 255) = 0.8%

 GREEN value IS 70 (27.73% from 255) = 56%

 BLUE value IS 54 (21.48% from 255) = 43.2%

R = 0.8%
G = 56%
B = 43.2%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.23

 K value IS 0.73

RGB Variations

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

Color information

#014636 (or 0x014636) is known color: British Racing Green. HEX triplet: 01, 46 and 36. RGB value is (1,70,54). Sum of RGB (Red+Green+Blue) = 1+70+54=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 70 (27.73% from 255 or 56% from 125); Blue value is 54 (21.48% from 255 or 43.2% from 125); Max value from RGB is 70 - color contains mainly: green. Hex color #014636 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014636 is #FEB9C9. Grayscale: #2F2F2F. Windows color (decimal): -16693706 or 3556865. OLE color: 3556865.

HSL color Cylindrical-coordinate representation of color #014636: hue angle of 166.09º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014636 is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 70 54 -
CMYK 0.99 0 0.23 0.73
HSL 166.09º 0.97% 0.14% -
HSV(B) 166.09º 0.99% 0.27% -
XYZ 2.87 4.65 4.24 -
YUV 47.55 131.64 94.8 -
System Red Green Blue C M Y K H S L
Decimal 1 70 54 0.99 0 0.23 0.73 166.09 0.97 0.14
Hex 1 46 36 63 0 17 49 A6 61 E
Octal 1 106 66 143 0 27 111 246 141 16
Binary 1 1000110 110110 1100011 0 10111 1001001 10100110 1100001 1110

Color Harmonies of #014636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014636

Black with #014636

Text Example


Text Example

White with #014636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014636; }

 p { color: rgb(1,70,54); }

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

background-color css

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

 a { background-color: rgb(1,70,54); }

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

border-color css

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

 span { border-color: rgb(1,70,54); }

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