#004635

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

Shades of British Racing Green #004635

Tints of British Racing Green #004635

Color information

#004635 (or 0x004635) is unknown color: approx British Racing Green. HEX triplet: 00, 46 and 35. RGB value is (0,70,53). Sum of RGB (Red+Green+Blue) = 0+70+53=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 70 (27.73% from 255 or 56.91% from 123); Blue value is 53 (21.09% from 255 or 43.09% from 123); Max value from RGB is 70 - color contains mainly: green. Hex color #004635 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004635 is #FFB9CA. Grayscale: #2F2F2F. Windows color (decimal): -16759243 or 3491328. OLE color: 3491328.

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

Color convert

RGB07053-
CMYK100.240.73
HSL165.43º100%13.73%-
HSV(B)165.43º100%27.45%-
XYZ2.834.644.11-
YUV47.13131.3194.38-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 70 (27.73% from 255) = 56.91%
BLUE value IS 53 (21.09% from 255) = 43.09%
R=0%
G=56.91%
B=43.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal07053100.240.73165.4310013.73
Hex046356401849a564e
Octal01066514403011124514416
Binary01000110110101110010001100010010011010010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004635; }

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

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

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

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

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

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

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

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