Html Css Color HEX #014C36 British Racing Green

📋 copy color: '#014C36'

red 1 ◦ green 76 ◦ blue 54

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

Shades of British Racing Green #014C36

Tints of British Racing Green #014C36

RGB

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

 GREEN value IS 76 (30.08% from 255) = 58.02%

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

R = 0.76%
G = 58.02%
B = 41.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.29

 K value IS 0.70

RGB Variations

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

Color information

#014C36 (or 0x014C36) is known color: British Racing Green. HEX triplet: 01, 4C and 36. RGB value is (1,76,54). Sum of RGB (Red+Green+Blue) = 1+76+54=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 76 (30.08% from 255 or 58.02% from 131); Blue value is 54 (21.48% from 255 or 41.22% from 131); Max value from RGB is 76 - color contains mainly: green. Hex color #014C36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014C36 is #FEB3C9. Grayscale: #333333. Windows color (decimal): -16692170 or 3558401. OLE color: 3558401.

HSL color Cylindrical-coordinate representation of color #014C36: hue angle of 162.4º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014C36 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.70.

Color convert

RGB 1 76 54 -
CMYK 0.99 0 0.29 0.70
HSL 162.4º 0.97% 0.15% -
HSV(B) 162.4º 0.99% 0.3% -
XYZ 3.26 5.44 4.37 -
YUV 51.07 129.65 92.29 -
System Red Green Blue C M Y K H S L
Decimal 1 76 54 0.99 0 0.29 0.70 162.4 0.97 0.15
Hex 1 4C 36 63 0 1D 46 A2 61 F
Octal 1 114 66 143 0 35 106 242 141 17
Binary 1 1001100 110110 1100011 0 11101 1000110 10100010 1100001 1111

Color Harmonies of #014C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014C36

Black with #014C36

Text Example


Text Example

White with #014C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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