Html Css Color HEX #05532C British Racing Green

📋 copy color: '#05532C'

red 5 ◦ green 83 ◦ blue 44

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

Shades of British Racing Green #05532C

Tints of British Racing Green #05532C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 62.88%

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

R = 3.79%
G = 62.88%
B = 33.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#05532C (or 0x05532C) is known color: British Racing Green. HEX triplet: 05, 53 and 2C. RGB value is (5,83,44). Sum of RGB (Red+Green+Blue) = 5+83+44=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 83 (32.81% from 255 or 62.88% from 132); Blue value is 44 (17.58% from 255 or 33.33% from 132); Max value from RGB is 83 - color contains mainly: green. Hex color #05532C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05532C is #FAACD3. Grayscale: #373737. Windows color (decimal): -16428244 or 2904837. OLE color: 2904837.

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

Color convert

RGB 5 83 44 -
CMYK 0.94 0 0.47 0.67
HSL 150º 0.89% 0.17% -
HSV(B) 150º 0.94% 0.33% -
XYZ 3.61 6.4 3.43 -
YUV 55.23 121.66 92.17 -
System Red Green Blue C M Y K H S L
Decimal 5 83 44 0.94 0 0.47 0.67 150 0.89 0.17
Hex 5 53 2C 5E 0 2F 43 96 59 11
Octal 5 123 54 136 0 57 103 226 131 21
Binary 101 1010011 101100 1011110 0 101111 1000011 10010110 1011001 10001

Color Harmonies of #05532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05532C

Black with #05532C

Text Example


Text Example

White with #05532C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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