#014534

Color #014534 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #014534

Tints of British Racing Green #014534

Color information

#014534 (or 0x014534) is unknown color: approx British Racing Green. HEX triplet: 01, 45 and 34. RGB value is (1,69,52). Sum of RGB (Red+Green+Blue) = 1+69+52=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 69 (27.34% from 255 or 56.56% from 122); Blue value is 52 (20.70% from 255 or 42.62% from 122); Max value from RGB is 69 - color contains mainly: green. Hex color #014534 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014534 is #FEBACB. Grayscale: #2E2E2E. Windows color (decimal): -16693964 or 3425537. OLE color: 3425537.

HSL color Cylindrical-coordinate representation of color #014534: hue angle of 165º 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 #014534 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.

Color convert

RGB16952-
CMYK0.9900.250.73
HSL165º97.14%13.73%-
HSV(B)165º98.55%27.06%-
XYZ2.764.513.97-
YUV46.73130.9795.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.82%
GREEN value IS 69 (27.34% from 255) = 56.56%
BLUE value IS 52 (20.70% from 255) = 42.62%
R=0.82%
G=56.56%
B=42.62%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal169520.9900.250.7316597.1413.73
Hex145346301949a561e
Octal11056414303111124514116
Binary11000101110100110001101100110010011010010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014534; }

 p { color: rgb(1,69,52); }

 H1.HeaderClassName
 {
   color: #014534;
 }
 .AnyTagClassName
 {
   color: #014534;
 }
</style>
background-color css

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

 a { background-color: rgb(1,69,52); }

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

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

 span { border-color: rgb(1,69,52); }

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