#005534

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

Shades of British Racing Green #005534

Tints of British Racing Green #005534

Color information

#005534 (or 0x005534) is unknown color: approx British Racing Green. HEX triplet: 00, 55 and 34. RGB value is (0,85,52). Sum of RGB (Red+Green+Blue) = 0+85+52=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 85 (33.59% from 255 or 62.04% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 85 - color contains mainly: green. Hex color #005534 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005534 is #FFAACB. Grayscale: #373737. Windows color (decimal): -16755404 or 3429632. OLE color: 3429632.

HSL color Cylindrical-coordinate representation of color #005534: hue angle of 156.71º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005534 is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB08552-
CMYK100.390.67
HSL156.71º100%16.67%-
HSV(B)156.71º100%33.33%-
XYZ3.876.744.35-
YUV55.82125.8488.18-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 85 (33.59% from 255) = 62.04%
BLUE value IS 52 (20.70% from 255) = 37.96%
R=0%
G=62.04%
B=37.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal08552100.390.67156.7110016.67
Hex0553464027439d6411
Octal01256414404710323514421
Binary0101010111010011001000100111100001110011101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005534; }

 p { color: rgb(0,85,52); }

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

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

 a { background-color: rgb(0,85,52); }

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

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

 span { border-color: rgb(0,85,52); }

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