Html Css Color HEX #054333 British Racing Green

📋 copy color: '#054333'

red 5 ◦ green 67 ◦ blue 51

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

Shades of British Racing Green #054333

Tints of British Racing Green #054333

RGB

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

 GREEN value IS 67 (26.56% from 255) = 54.47%

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

R = 4.07%
G = 54.47%
B = 41.46%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.24

 K value IS 0.74

RGB Variations

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

Color information

#054333 (or 0x054333) is known color: British Racing Green. HEX triplet: 05, 43 and 33. RGB value is (5,67,51). Sum of RGB (Red+Green+Blue) = 5+67+51=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 67 (26.56% from 255 or 54.47% from 123); Blue value is 51 (20.31% from 255 or 41.46% from 123); Max value from RGB is 67 - color contains mainly: green. Hex color #054333 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054333 is #FABCCC. Grayscale: #2E2E2E. Windows color (decimal): -16432333 or 3359493. OLE color: 3359493.

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

Color convert

RGB 5 67 51 -
CMYK 0.93 0 0.24 0.74
HSL 164.52º 0.86% 0.14% -
HSV(B) 164.52º 0.93% 0.26% -
XYZ 2.67 4.29 3.82 -
YUV 46.64 130.46 98.3 -
System Red Green Blue C M Y K H S L
Decimal 5 67 51 0.93 0 0.24 0.74 164.52 0.86 0.14
Hex 5 43 33 5D 0 18 4A A5 56 E
Octal 5 103 63 135 0 30 112 245 126 16
Binary 101 1000011 110011 1011101 0 11000 1001010 10100101 1010110 1110

Color Harmonies of #054333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054333

Black with #054333

Text Example


Text Example

White with #054333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054333; }

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

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

background-color css

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

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

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

border-color css

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

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

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