#015334

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

Shades of British Racing Green #015334

Tints of British Racing Green #015334

Color information

#015334 (or 0x015334) is unknown color: approx British Racing Green. HEX triplet: 01, 53 and 34. RGB value is (1,83,52). Sum of RGB (Red+Green+Blue) = 1+83+52=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 83 (32.81% from 255 or 61.03% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 83 - color contains mainly: green. Hex color #015334 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015334 is #FEACCB. Grayscale: #363636. Windows color (decimal): -16690380 or 3429121. OLE color: 3429121.

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

Color convert

RGB18352-
CMYK0.9900.370.67
HSL157.32º97.62%16.47%-
HSV(B)157.32º98.8%32.55%-
XYZ3.736.444.3-
YUV54.95126.3389.52-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 83 (32.81% from 255) = 61.03%
BLUE value IS 52 (20.70% from 255) = 38.24%
R=0.74%
G=61.03%
B=38.24%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal183520.9900.370.67157.3297.6216.47
Hex1533463025439d6210
Octal11236414304510323514220
Binary1101001111010011000110100101100001110011101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015334; }

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

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

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

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

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

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

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

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