Html Css Color HEX #05542B British Racing Green

📋 copy color: '#05542B'

red 5 ◦ green 84 ◦ blue 43

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

Shades of British Racing Green #05542B

Tints of British Racing Green #05542B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 63.64%

 BLUE value IS 43 (17.19% from 255) = 32.58%

R = 3.79%
G = 63.64%
B = 32.58%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#05542B (or 0x05542B) is known color: British Racing Green. HEX triplet: 05, 54 and 2B. RGB value is (5,84,43). Sum of RGB (Red+Green+Blue) = 5+84+43=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 84 (33.20% from 255 or 63.64% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 84 - color contains mainly: green. Hex color #05542B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05542B is #FAABD4. Grayscale: #373737. Windows color (decimal): -16427989 or 2839557. OLE color: 2839557.

HSL color Cylindrical-coordinate representation of color #05542B: hue angle of 148.86º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05542B is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 84 43 -
CMYK 0.94 0 0.49 0.67
HSL 148.86º 0.89% 0.17% -
HSV(B) 148.86º 0.94% 0.33% -
XYZ 3.67 6.55 3.36 -
YUV 55.71 120.83 91.83 -
System Red Green Blue C M Y K H S L
Decimal 5 84 43 0.94 0 0.49 0.67 148.86 0.89 0.17
Hex 5 54 2B 5E 0 31 43 95 59 11
Octal 5 124 53 136 0 61 103 225 131 21
Binary 101 1010100 101011 1011110 0 110001 1000011 10010101 1011001 10001

Color Harmonies of #05542B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05542B

Black with #05542B

Text Example


Text Example

White with #05542B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05542B; }

 p { color: rgb(5,84,43); }

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

background-color css

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

 a { background-color: rgb(5,84,43); }

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

border-color css

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

 span { border-color: rgb(5,84,43); }

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