Html Css Color HEX #054632 British Racing Green

📋 copy color: '#054632'

red 5 ◦ green 70 ◦ blue 50

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

Shades of British Racing Green #054632

Tints of British Racing Green #054632

RGB

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

 GREEN value IS 70 (27.73% from 255) = 56%

 BLUE value IS 50 (19.92% from 255) = 40%

R = 4%
G = 56%
B = 40%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#054632 (or 0x054632) is known color: British Racing Green. HEX triplet: 05, 46 and 32. RGB value is (5,70,50). Sum of RGB (Red+Green+Blue) = 5+70+50=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 70 (27.73% from 255 or 56% from 125); Blue value is 50 (19.92% from 255 or 40% from 125); Max value from RGB is 70 - color contains mainly: green. Hex color #054632 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054632 is #FAB9CD. Grayscale: #303030. Windows color (decimal): -16431566 or 3294725. OLE color: 3294725.

HSL color Cylindrical-coordinate representation of color #054632: hue angle of 161.54º degrees, saturation: 0.87, 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 #054632 is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 70 50 -
CMYK 0.93 0 0.29 0.73
HSL 161.54º 0.87% 0.15% -
HSV(B) 161.54º 0.93% 0.27% -
XYZ 2.83 4.64 3.76 -
YUV 48.29 128.97 97.13 -
System Red Green Blue C M Y K H S L
Decimal 5 70 50 0.93 0 0.29 0.73 161.54 0.87 0.15
Hex 5 46 32 5D 0 1D 49 A2 57 F
Octal 5 106 62 135 0 35 111 242 127 17
Binary 101 1000110 110010 1011101 0 11101 1001001 10100010 1010111 1111

Color Harmonies of #054632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054632

Black with #054632

Text Example


Text Example

White with #054632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054632; }

 p { color: rgb(5,70,50); }

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

background-color css

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

 a { background-color: rgb(5,70,50); }

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

border-color css

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

 span { border-color: rgb(5,70,50); }

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