#004533

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

Shades of British Racing Green #004533

Tints of British Racing Green #004533

Color information

#004533 (or 0x004533) is unknown color: approx British Racing Green. HEX triplet: 00, 45 and 33. RGB value is (0,69,51). Sum of RGB (Red+Green+Blue) = 0+69+51=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 69 (27.34% from 255 or 57.5% from 120); Blue value is 51 (20.31% from 255 or 42.5% from 120); Max value from RGB is 69 - color contains mainly: green. Hex color #004533 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004533 is #FFBACC. Grayscale: #2E2E2E. Windows color (decimal): -16759501 or 3360000. OLE color: 3360000.

HSL color Cylindrical-coordinate representation of color #004533: hue angle of 164.35º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004533 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB06951-
CMYK100.260.73
HSL164.35º100%13.53%-
HSV(B)164.35º100%27.06%-
XYZ2.734.53.86-
YUV46.32130.6494.96-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 69 (27.34% from 255) = 57.5%
BLUE value IS 51 (20.31% from 255) = 42.5%
R=0%
G=57.5%
B=42.5%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal06951100.260.73164.3510013.53
Hex045336401A49a464e
Octal01056314403211124414416
Binary01000101110011110010001101010010011010010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004533; }

 p { color: rgb(0,69,51); }

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

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

 a { background-color: rgb(0,69,51); }

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

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

 span { border-color: rgb(0,69,51); }

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