Html Css Color HEX #055026 British Racing Green

📋 copy color: '#055026'

red 5 ◦ green 80 ◦ blue 38

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

Shades of British Racing Green #055026

Tints of British Racing Green #055026

RGB

 RED value IS 5 (2.34% from 255) = 4.07%

 GREEN value IS 80 (31.64% from 255) = 65.04%

 BLUE value IS 38 (15.23% from 255) = 30.89%

R = 4.07%
G = 65.04%
B = 30.89%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.52

 K value IS 0.69

RGB Variations

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

Color information

#055026 (or 0x055026) is known color: British Racing Green. HEX triplet: 05, 50 and 26. RGB value is (5,80,38). Sum of RGB (Red+Green+Blue) = 5+80+38=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 80 (31.64% from 255 or 65.04% from 123); Blue value is 38 (15.23% from 255 or 30.89% from 123); Max value from RGB is 80 - color contains mainly: green. Hex color #055026 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055026 is #FAAFD9. Grayscale: #343434. Windows color (decimal): -16429018 or 2510853. OLE color: 2510853.

HSL color Cylindrical-coordinate representation of color #055026: hue angle of 146.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055026 is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB 5 80 38 -
CMYK 0.94 0 0.52 0.69
HSL 146.4º 0.88% 0.17% -
HSV(B) 146.4º 0.94% 0.31% -
XYZ 3.28 5.91 2.8 -
YUV 52.79 119.65 93.92 -
System Red Green Blue C M Y K H S L
Decimal 5 80 38 0.94 0 0.52 0.69 146.4 0.88 0.17
Hex 5 50 26 5E 0 34 45 92 58 11
Octal 5 120 46 136 0 64 105 222 130 21
Binary 101 1010000 100110 1011110 0 110100 1000101 10010010 1011000 10001

Color Harmonies of #055026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055026

Black with #055026

Text Example


Text Example

White with #055026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055026; }

 p { color: rgb(5,80,38); }

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

background-color css

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

 a { background-color: rgb(5,80,38); }

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

border-color css

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

 span { border-color: rgb(5,80,38); }

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