#01533A

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

Shades of British Racing Green #01533A

Tints of British Racing Green #01533A

Color information

#01533A (or 0x01533A) is unknown color: approx British Racing Green. HEX triplet: 01, 53 and 3A. RGB value is (1,83,58). Sum of RGB (Red+Green+Blue) = 1+83+58=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 83 (32.81% from 255 or 58.45% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 83 - color contains mainly: green. Hex color #01533A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01533A is #FEACC5. Grayscale: #373737. Windows color (decimal): -16690374 or 3822337. OLE color: 3822337.

HSL color Cylindrical-coordinate representation of color #01533A: hue angle of 161.71º 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 #01533A is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB18358-
CMYK0.9900.300.67
HSL161.71º97.62%16.47%-
HSV(B)161.71º98.8%32.55%-
XYZ3.876.55.05-
YUV55.63129.3389.03-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.70%
GREEN value IS 83 (32.81% from 255) = 58.45%
BLUE value IS 58 (23.05% from 255) = 40.85%
R=0.70%
G=58.45%
B=40.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal183580.9900.300.67161.7197.6216.47
Hex1533A6301E43a26210
Octal11237214303610324214220
Binary110100111110101100011011110100001110100010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01533A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01533A; }

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

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

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

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

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

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

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

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