Html Css Color HEX #00561C British Racing Green

📋 copy color: '#00561C'

red 0 ◦ green 86 ◦ blue 28

#00561C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #00561C

Tints of British Racing Green #00561C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 86 (33.98% from 255) = 75.44%

 BLUE value IS 28 (11.33% from 255) = 24.56%

R = 0%
G = 75.44%
B = 24.56%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#00561C (or 0x00561C) is known color: British Racing Green. HEX triplet: 00, 56 and 1C. RGB value is (0,86,28). Sum of RGB (Red+Green+Blue) = 0+86+28=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 86 (33.98% from 255 or 75.44% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 86 - color contains mainly: green. Hex color #00561C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00561C is #FFA9E3. Grayscale: #353535. Windows color (decimal): -16755172 or 1857024. OLE color: 1857024.

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

Color convert

RGB 0 86 28 -
CMYK 1 0 0.67 0.66
HSL 139.53º 1% 0.17% -
HSV(B) 139.53º 1% 0.34% -
XYZ 3.54 6.74 2.21 -
YUV 53.67 113.51 89.72 -
System Red Green Blue C M Y K H S L
Decimal 0 86 28 1 0 0.67 0.66 139.53 1 0.17
Hex 0 56 1C 64 0 43 42 8C 64 11
Octal 0 126 34 144 0 103 102 214 144 21
Binary 0 1010110 11100 1100100 0 1000011 1000010 10001100 1100100 10001

Color Harmonies of #00561C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00561C

Black with #00561C

Text Example


Text Example

White with #00561C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00561C;
 }
 .AnyTagClassName
 {
   color: #00561C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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