Html Css Color HEX #05502D British Racing Green

📋 copy color: '#05502D'

red 5 ◦ green 80 ◦ blue 45

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

Shades of British Racing Green #05502D

Tints of British Racing Green #05502D

RGB

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

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

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

R = 3.85%
G = 61.54%
B = 34.62%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#05502D (or 0x05502D) is known color: British Racing Green. HEX triplet: 05, 50 and 2D. RGB value is (5,80,45). Sum of RGB (Red+Green+Blue) = 5+80+45=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 80 (31.64% from 255 or 61.54% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 80 - color contains mainly: green. Hex color #05502D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05502D is #FAAFD2. Grayscale: #353535. Windows color (decimal): -16429011 or 2969605. OLE color: 2969605.

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

Color convert

RGB 5 80 45 -
CMYK 0.94 0 0.44 0.69
HSL 152º 0.88% 0.17% -
HSV(B) 152º 0.94% 0.31% -
XYZ 3.4 5.96 3.45 -
YUV 53.59 123.15 93.35 -
System Red Green Blue C M Y K H S L
Decimal 5 80 45 0.94 0 0.44 0.69 152 0.88 0.17
Hex 5 50 2D 5E 0 2C 45 98 58 11
Octal 5 120 55 136 0 54 105 230 130 21
Binary 101 1010000 101101 1011110 0 101100 1000101 10011000 1011000 10001

Color Harmonies of #05502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05502D

Black with #05502D

Text Example


Text Example

White with #05502D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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