#044026

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

Shades of British Racing Green #044026

Tints of British Racing Green #044026

Color information

#044026 (or 0x044026) is unknown color: approx British Racing Green. HEX triplet: 04, 40 and 26. RGB value is (4,64,38). Sum of RGB (Red+Green+Blue) = 4+64+38=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 64 (25.39% from 255 or 60.38% from 106); Blue value is 38 (15.23% from 255 or 35.85% from 106); Max value from RGB is 64 - color contains mainly: green. Hex color #044026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044026 is #FBBFD9. Grayscale: #2B2B2B. Windows color (decimal): -16498650 or 2506756. OLE color: 2506756.

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

Color convert

RGB46438-
CMYK0.9400.410.75
HSL154º88.24%13.33%-
HSV(B)154º93.75%25.1%-
XYZ2.233.832.46-
YUV43.1125.12100.11-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.77%
GREEN value IS 64 (25.39% from 255) = 60.38%
BLUE value IS 38 (15.23% from 255) = 35.85%
R=3.77%
G=60.38%
B=35.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal464380.9400.410.7515488.2413.33
Hex440265E0294B9a58d
Octal41004613605111323213015
Binary10010000001001101011110010100110010111001101010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044026; }

 p { color: rgb(4,64,38); }

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

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

 a { background-color: rgb(4,64,38); }

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

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

 span { border-color: rgb(4,64,38); }

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