#00551C

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

Shades of British Racing Green #00551C

Tints of British Racing Green #00551C

Color information

#00551C (or 0x00551C) is unknown color: approx British Racing Green. HEX triplet: 00, 55 and 1C. RGB value is (0,85,28). Sum of RGB (Red+Green+Blue) = 0+85+28=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 85 (33.59% from 255 or 75.22% from 113); Blue value is 28 (11.33% from 255 or 24.78% from 113); Max value from RGB is 85 - color contains mainly: green. Hex color #00551C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00551C is #FFAAE3. Grayscale: #353535. Windows color (decimal): -16755428 or 1856768. OLE color: 1856768.

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

Color convert

RGB08528-
CMYK100.670.67
HSL139.76º100%16.67%-
HSV(B)139.76º100%33.33%-
XYZ3.466.582.19-
YUV53.09113.8490.13-

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) = 75.22%
BLUE value IS 28 (11.33% from 255) = 24.78%
R=0%
G=75.22%
B=24.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal08528100.670.67139.7610016.67
Hex0551C64043438c6411
Octal012534144010310321414421
Binary0101010111100110010001000011100001110001100110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00551C; }

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

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

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

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

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

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

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

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