Html Css Color HEX #05542D British Racing Green

📋 copy color: '#05542D'

red 5 ◦ green 84 ◦ blue 45

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

Shades of British Racing Green #05542D

Tints of British Racing Green #05542D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 33.58%

R = 3.73%
G = 62.69%
B = 33.58%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#05542D (or 0x05542D) is known color: British Racing Green. HEX triplet: 05, 54 and 2D. RGB value is (5,84,45). Sum of RGB (Red+Green+Blue) = 5+84+45=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 84 (33.20% from 255 or 62.69% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 84 - color contains mainly: green. Hex color #05542D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05542D is #FAABD2. Grayscale: #383838. Windows color (decimal): -16427987 or 2970629. OLE color: 2970629.

HSL color Cylindrical-coordinate representation of color #05542D: hue angle of 150.38º 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 #05542D is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 84 45 -
CMYK 0.94 0 0.46 0.67
HSL 150.38º 0.89% 0.17% -
HSV(B) 150.38º 0.94% 0.33% -
XYZ 3.71 6.56 3.55 -
YUV 55.93 121.83 91.67 -
System Red Green Blue C M Y K H S L
Decimal 5 84 45 0.94 0 0.46 0.67 150.38 0.89 0.17
Hex 5 54 2D 5E 0 2E 43 96 59 11
Octal 5 124 55 136 0 56 103 226 131 21
Binary 101 1010100 101101 1011110 0 101110 1000011 10010110 1011001 10001

Color Harmonies of #05542D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05542D

Black with #05542D

Text Example


Text Example

White with #05542D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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