Html Css Color HEX #045036 British Racing Green

📋 copy color: '#045036'

red 4 ◦ green 80 ◦ blue 54

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

Shades of British Racing Green #045036

Tints of British Racing Green #045036

RGB

 RED value IS 4 (1.95% from 255) = 2.9%

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

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

R = 2.9%
G = 57.97%
B = 39.13%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#045036 (or 0x045036) is known color: British Racing Green. HEX triplet: 04, 50 and 36. RGB value is (4,80,54). Sum of RGB (Red+Green+Blue) = 4+80+54=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 80 (31.64% from 255 or 57.97% from 138); Blue value is 54 (21.48% from 255 or 39.13% from 138); Max value from RGB is 80 - color contains mainly: green. Hex color #045036 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045036 is #FBAFC9. Grayscale: #363636. Windows color (decimal): -16494538 or 3559428. OLE color: 3559428.

HSL color Cylindrical-coordinate representation of color #045036: hue angle of 159.47º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045036 is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 80 54 -
CMYK 0.95 0 0.33 0.69
HSL 159.47º 0.9% 0.16% -
HSV(B) 159.47º 0.95% 0.31% -
XYZ 3.58 6.03 4.46 -
YUV 54.31 127.82 92.11 -
System Red Green Blue C M Y K H S L
Decimal 4 80 54 0.95 0 0.33 0.69 159.47 0.9 0.16
Hex 4 50 36 5F 0 21 45 9F 5A 10
Octal 4 120 66 137 0 41 105 237 132 20
Binary 100 1010000 110110 1011111 0 100001 1000101 10011111 1011010 10000

Color Harmonies of #045036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045036

Black with #045036

Text Example


Text Example

White with #045036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045036; }

 p { color: rgb(4,80,54); }

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

background-color css

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

 a { background-color: rgb(4,80,54); }

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

border-color css

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

 span { border-color: rgb(4,80,54); }

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