Html Css Color HEX #054F36 British Racing Green

📋 copy color: '#054F36'

red 5 ◦ green 79 ◦ blue 54

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

Shades of British Racing Green #054F36

Tints of British Racing Green #054F36

RGB

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

 GREEN value IS 79 (31.25% from 255) = 57.25%

 BLUE value IS 54 (21.48% from 255) = 39.13%

R = 3.62%
G = 57.25%
B = 39.13%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.32

 K value IS 0.69

RGB Variations

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

Color information

#054F36 (or 0x054F36) is known color: British Racing Green. HEX triplet: 05, 4F and 36. RGB value is (5,79,54). Sum of RGB (Red+Green+Blue) = 5+79+54=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 79 (31.25% from 255 or 57.25% from 138); Blue value is 54 (21.48% from 255 or 39.13% from 138); Max value from RGB is 79 - color contains mainly: green. Hex color #054F36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #054F36 is #FAB0C9. Grayscale: #363636. Windows color (decimal): -16429258 or 3559173. OLE color: 3559173.

HSL color Cylindrical-coordinate representation of color #054F36: hue angle of 159.73º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054F36 is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.69.

Color convert

RGB 5 79 54 -
CMYK 0.94 0 0.32 0.69
HSL 159.73º 0.88% 0.16% -
HSV(B) 159.73º 0.94% 0.31% -
XYZ 3.52 5.89 4.44 -
YUV 54.02 127.98 93.03 -
System Red Green Blue C M Y K H S L
Decimal 5 79 54 0.94 0 0.32 0.69 159.73 0.88 0.16
Hex 5 4F 36 5E 0 20 45 A0 58 10
Octal 5 117 66 136 0 40 105 240 130 20
Binary 101 1001111 110110 1011110 0 100000 1000101 10100000 1011000 10000

Color Harmonies of #054F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054F36

Black with #054F36

Text Example


Text Example

White with #054F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054F36; }

 p { color: rgb(5,79,54); }

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

background-color css

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

 a { background-color: rgb(5,79,54); }

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

border-color css

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

 span { border-color: rgb(5,79,54); }

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