#044130

Color #044130 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #044130

Tints of British Racing Green #044130

Color information

#044130 (or 0x044130) is unknown color: approx British Racing Green. HEX triplet: 04, 41 and 30. RGB value is (4,65,48). Sum of RGB (Red+Green+Blue) = 4+65+48=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 65 (25.78% from 255 or 55.56% from 117); Blue value is 48 (19.14% from 255 or 41.03% from 117); Max value from RGB is 65 - color contains mainly: green. Hex color #044130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044130 is #FBBECF. Grayscale: #2C2C2C. Windows color (decimal): -16498384 or 3162372. OLE color: 3162372.

HSL color Cylindrical-coordinate representation of color #044130: hue angle of 163.28º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044130 is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.75.

Color convert

RGB46548-
CMYK0.9400.260.75
HSL163.28º88.41%13.53%-
HSV(B)163.28º93.85%25.49%-
XYZ2.474.023.44-
YUV44.82129.7998.88-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.42%
GREEN value IS 65 (25.78% from 255) = 55.56%
BLUE value IS 48 (19.14% from 255) = 41.03%
R=3.42%
G=55.56%
B=41.03%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal465480.9400.260.75163.2888.4113.53
Hex441305E01A4Ba358e
Octal41016013603211324313016
Binary1001000001110000101111001101010010111010001110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044130; }

 p { color: rgb(4,65,48); }

 H1.HeaderClassName
 {
   color: #044130;
 }
 .AnyTagClassName
 {
   color: #044130;
 }
</style>
background-color css

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

 a { background-color: rgb(4,65,48); }

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

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

 span { border-color: rgb(4,65,48); }

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