Html Css Color HEX #044531 British Racing Green

📋 copy color: '#044531'

red 4 ◦ green 69 ◦ blue 49

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

Shades of British Racing Green #044531

Tints of British Racing Green #044531

RGB

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

 GREEN value IS 69 (27.34% from 255) = 56.56%

 BLUE value IS 49 (19.53% from 255) = 40.16%

R = 3.28%
G = 56.56%
B = 40.16%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#044531 (or 0x044531) is known color: British Racing Green. HEX triplet: 04, 45 and 31. RGB value is (4,69,49). Sum of RGB (Red+Green+Blue) = 4+69+49=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 69 (27.34% from 255 or 56.56% from 122); Blue value is 49 (19.53% from 255 or 40.16% from 122); Max value from RGB is 69 - color contains mainly: green. Hex color #044531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044531 is #FBBACE. Grayscale: #2F2F2F. Windows color (decimal): -16497359 or 3228932. OLE color: 3228932.

HSL color Cylindrical-coordinate representation of color #044531: hue angle of 161.54º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044531 is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB 4 69 49 -
CMYK 0.94 0 0.29 0.73
HSL 161.54º 0.89% 0.14% -
HSV(B) 161.54º 0.94% 0.27% -
XYZ 2.73 4.5 3.63 -
YUV 47.29 128.97 97.13 -
System Red Green Blue C M Y K H S L
Decimal 4 69 49 0.94 0 0.29 0.73 161.54 0.89 0.14
Hex 4 45 31 5E 0 1D 49 A2 59 E
Octal 4 105 61 136 0 35 111 242 131 16
Binary 100 1000101 110001 1011110 0 11101 1001001 10100010 1011001 1110

Color Harmonies of #044531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044531

Black with #044531

Text Example


Text Example

White with #044531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044531; }

 p { color: rgb(4,69,49); }

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

background-color css

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

 a { background-color: rgb(4,69,49); }

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

border-color css

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

 span { border-color: rgb(4,69,49); }

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