Html Css Color HEX #045037 British Racing Green

📋 copy color: '#045037'

red 4 ◦ green 80 ◦ blue 55

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

Shades of British Racing Green #045037

Tints of British Racing Green #045037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 39.57%

R = 2.88%
G = 57.55%
B = 39.57%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.31

 K value IS 0.69

RGB Variations

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

Color information

#045037 (or 0x045037) is known color: British Racing Green. HEX triplet: 04, 50 and 37. RGB value is (4,80,55). Sum of RGB (Red+Green+Blue) = 4+80+55=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 80 (31.64% from 255 or 57.55% from 139); Blue value is 55 (21.88% from 255 or 39.57% from 139); Max value from RGB is 80 - color contains mainly: green. Hex color #045037 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045037 is #FBAFC8. Grayscale: #363636. Windows color (decimal): -16494537 or 3624964. OLE color: 3624964.

HSL color Cylindrical-coordinate representation of color #045037: hue angle of 160.26º 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 #045037 is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 80 55 -
CMYK 0.95 0 0.31 0.69
HSL 160.26º 0.9% 0.16% -
HSV(B) 160.26º 0.95% 0.31% -
XYZ 3.61 6.04 4.59 -
YUV 54.43 128.32 92.03 -
System Red Green Blue C M Y K H S L
Decimal 4 80 55 0.95 0 0.31 0.69 160.26 0.9 0.16
Hex 4 50 37 5F 0 1F 45 A0 5A 10
Octal 4 120 67 137 0 37 105 240 132 20
Binary 100 1010000 110111 1011111 0 11111 1000101 10100000 1011010 10000

Color Harmonies of #045037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045037

Black with #045037

Text Example


Text Example

White with #045037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045037; }

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

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

background-color css

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

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

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

border-color css

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

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

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