#004535

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

Shades of British Racing Green #004535

Tints of British Racing Green #004535

Color information

#004535 (or 0x004535) is unknown color: approx British Racing Green. HEX triplet: 00, 45 and 35. RGB value is (0,69,53). Sum of RGB (Red+Green+Blue) = 0+69+53=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 69 (27.34% from 255 or 56.56% from 122); Blue value is 53 (21.09% from 255 or 43.44% from 122); Max value from RGB is 69 - color contains mainly: green. Hex color #004535 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004535 is #FFBACA. Grayscale: #2E2E2E. Windows color (decimal): -16759499 or 3491072. OLE color: 3491072.

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

Color convert

RGB06953-
CMYK100.230.73
HSL166.09º100%13.53%-
HSV(B)166.09º100%27.06%-
XYZ2.774.514.09-
YUV46.54131.6494.8-

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) = 56.56%
BLUE value IS 53 (21.09% from 255) = 43.44%
R=0%
G=56.56%
B=43.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal06953100.230.73166.0910013.53
Hex045356401749a664e
Octal01056514402711124614416
Binary01000101110101110010001011110010011010011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004535; }

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

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

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

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

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

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

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

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