#015533

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

Shades of British Racing Green #015533

Tints of British Racing Green #015533

Color information

#015533 (or 0x015533) is unknown color: approx British Racing Green. HEX triplet: 01, 55 and 33. RGB value is (1,85,51). Sum of RGB (Red+Green+Blue) = 1+85+51=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 85 (33.59% from 255 or 62.04% from 137); Blue value is 51 (20.31% from 255 or 37.23% from 137); Max value from RGB is 85 - color contains mainly: green. Hex color #015533 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015533 is #FEAACC. Grayscale: #383838. Windows color (decimal): -16689869 or 3364097. OLE color: 3364097.

HSL color Cylindrical-coordinate representation of color #015533: hue angle of 155.71º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015533 is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB18551-
CMYK0.9900.400.67
HSL155.71º97.67%16.86%-
HSV(B)155.71º98.82%33.33%-
XYZ3.866.744.23-
YUV56.01125.1788.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.73%
GREEN value IS 85 (33.59% from 255) = 62.04%
BLUE value IS 51 (20.31% from 255) = 37.23%
R=0.73%
G=62.04%
B=37.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal185510.9900.400.67155.7197.6716.86
Hex1553363028439c6211
Octal11256314305010323414221
Binary1101010111001111000110101000100001110011100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015533; }

 p { color: rgb(1,85,51); }

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

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

 a { background-color: rgb(1,85,51); }

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

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

 span { border-color: rgb(1,85,51); }

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