#004527

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

Shades of British Racing Green #004527

Tints of British Racing Green #004527

Color information

#004527 (or 0x004527) is unknown color: approx British Racing Green. HEX triplet: 00, 45 and 27. RGB value is (0,69,39). Sum of RGB (Red+Green+Blue) = 0+69+39=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 69 (27.34% from 255 or 63.89% from 108); Blue value is 39 (15.62% from 255 or 36.11% from 108); Max value from RGB is 69 - color contains mainly: green. Hex color #004527 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004527 is #FFBAD8. Grayscale: #2D2D2D. Windows color (decimal): -16759513 or 2573568. OLE color: 2573568.

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

Color convert

RGB06939-
CMYK100.430.73
HSL153.91º100%13.53%-
HSV(B)153.91º100%27.06%-
XYZ2.494.42.64-
YUV44.95124.6495.94-

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) = 63.89%
BLUE value IS 39 (15.62% from 255) = 36.11%
R=0%
G=63.89%
B=36.11%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal06939100.430.73153.9110013.53
Hex045276402B499a64e
Octal01054714405311123214416
Binary010001011001111100100010101110010011001101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004527; }

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

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

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

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

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

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

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

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