Html Css Color HEX #055033 British Racing Green

📋 copy color: '#055033'

red 5 ◦ green 80 ◦ blue 51

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

Shades of British Racing Green #055033

Tints of British Racing Green #055033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 37.5%

R = 3.68%
G = 58.82%
B = 37.5%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.36

 K value IS 0.69

RGB Variations

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

Color information

#055033 (or 0x055033) is known color: British Racing Green. HEX triplet: 05, 50 and 33. RGB value is (5,80,51). Sum of RGB (Red+Green+Blue) = 5+80+51=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 80 (31.64% from 255 or 58.82% from 136); Blue value is 51 (20.31% from 255 or 37.5% from 136); Max value from RGB is 80 - color contains mainly: green. Hex color #055033 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055033 is #FAAFCC. Grayscale: #363636. Windows color (decimal): -16429005 or 3362821. OLE color: 3362821.

HSL color Cylindrical-coordinate representation of color #055033: hue angle of 156.8º 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 #055033 is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB 5 80 51 -
CMYK 0.94 0 0.36 0.69
HSL 156.8º 0.88% 0.17% -
HSV(B) 156.8º 0.94% 0.31% -
XYZ 3.53 6.01 4.11 -
YUV 54.27 126.15 92.86 -
System Red Green Blue C M Y K H S L
Decimal 5 80 51 0.94 0 0.36 0.69 156.8 0.88 0.17
Hex 5 50 33 5E 0 24 45 9D 58 11
Octal 5 120 63 136 0 44 105 235 130 21
Binary 101 1010000 110011 1011110 0 100100 1000101 10011101 1011000 10001

Color Harmonies of #055033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055033

Black with #055033

Text Example


Text Example

White with #055033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055033; }

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

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

background-color css

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

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

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

border-color css

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

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

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