Html Css Color HEX #05502C British Racing Green

📋 copy color: '#05502C'

red 5 ◦ green 80 ◦ blue 44

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

Shades of British Racing Green #05502C

Tints of British Racing Green #05502C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 34.11%

R = 3.88%
G = 62.02%
B = 34.11%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.45

 K value IS 0.69

RGB Variations

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

Color information

#05502C (or 0x05502C) is known color: British Racing Green. HEX triplet: 05, 50 and 2C. RGB value is (5,80,44). Sum of RGB (Red+Green+Blue) = 5+80+44=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 80 (31.64% from 255 or 62.02% from 129); Blue value is 44 (17.58% from 255 or 34.11% from 129); Max value from RGB is 80 - color contains mainly: green. Hex color #05502C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05502C is #FAAFD3. Grayscale: #353535. Windows color (decimal): -16429012 or 2904069. OLE color: 2904069.

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

Color convert

RGB 5 80 44 -
CMYK 0.94 0 0.45 0.69
HSL 151.2º 0.88% 0.17% -
HSV(B) 151.2º 0.94% 0.31% -
XYZ 3.39 5.95 3.35 -
YUV 53.47 122.65 93.43 -
System Red Green Blue C M Y K H S L
Decimal 5 80 44 0.94 0 0.45 0.69 151.2 0.88 0.17
Hex 5 50 2C 5E 0 2D 45 97 58 11
Octal 5 120 54 136 0 55 105 227 130 21
Binary 101 1010000 101100 1011110 0 101101 1000101 10010111 1011000 10001

Color Harmonies of #05502C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05502C

Black with #05502C

Text Example


Text Example

White with #05502C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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