Html Css Color HEX #054533 British Racing Green

📋 copy color: '#054533'

red 5 ◦ green 69 ◦ blue 51

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

Shades of British Racing Green #054533

Tints of British Racing Green #054533

RGB

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

 GREEN value IS 69 (27.34% from 255) = 55.2%

 BLUE value IS 51 (20.31% from 255) = 40.8%

R = 4%
G = 55.2%
B = 40.8%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#054533 (or 0x054533) is known color: British Racing Green. HEX triplet: 05, 45 and 33. RGB value is (5,69,51). Sum of RGB (Red+Green+Blue) = 5+69+51=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 69 (27.34% from 255 or 55.2% from 125); Blue value is 51 (20.31% from 255 or 40.8% from 125); Max value from RGB is 69 - color contains mainly: green. Hex color #054533 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054533 is #FABACC. Grayscale: #2F2F2F. Windows color (decimal): -16431821 or 3360005. OLE color: 3360005.

HSL color Cylindrical-coordinate representation of color #054533: hue angle of 163.12º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054533 is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 69 51 -
CMYK 0.93 0 0.26 0.73
HSL 163.13º 0.86% 0.15% -
HSV(B) 163.13º 0.93% 0.27% -
XYZ 2.79 4.53 3.86 -
YUV 47.81 129.8 97.46 -
System Red Green Blue C M Y K H S L
Decimal 5 69 51 0.93 0 0.26 0.73 163.13 0.86 0.15
Hex 5 45 33 5D 0 1A 49 A3 56 F
Octal 5 105 63 135 0 32 111 243 126 17
Binary 101 1000101 110011 1011101 0 11010 1001001 10100011 1010110 1111

Color Harmonies of #054533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054533

Black with #054533

Text Example


Text Example

White with #054533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054533; }

 p { color: rgb(5,69,51); }

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

background-color css

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

 a { background-color: rgb(5,69,51); }

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

border-color css

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

 span { border-color: rgb(5,69,51); }

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