Html Css Color HEX #044133 British Racing Green

📋 copy color: '#044133'

red 4 ◦ green 65 ◦ blue 51

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

Shades of British Racing Green #044133

Tints of British Racing Green #044133

RGB

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

 GREEN value IS 65 (25.78% from 255) = 54.17%

 BLUE value IS 51 (20.31% from 255) = 42.5%

R = 3.33%
G = 54.17%
B = 42.5%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#044133 (or 0x044133) is known color: British Racing Green. HEX triplet: 04, 41 and 33. RGB value is (4,65,51). Sum of RGB (Red+Green+Blue) = 4+65+51=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 51 (20.31% from 255 or 42.5% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #044133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044133 is #FBBECC. Grayscale: #2D2D2D. Windows color (decimal): -16498381 or 3358980. OLE color: 3358980.

HSL color Cylindrical-coordinate representation of color #044133: hue angle of 166.23º 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 #044133 is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 4 65 51 -
CMYK 0.94 0 0.22 0.75
HSL 166.23º 0.88% 0.14% -
HSV(B) 166.23º 0.94% 0.25% -
XYZ 2.54 4.05 3.78 -
YUV 45.17 131.29 98.64 -
System Red Green Blue C M Y K H S L
Decimal 4 65 51 0.94 0 0.22 0.75 166.23 0.88 0.14
Hex 4 41 33 5E 0 16 4B A6 58 E
Octal 4 101 63 136 0 26 113 246 130 16
Binary 100 1000001 110011 1011110 0 10110 1001011 10100110 1011000 1110

Color Harmonies of #044133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044133

Black with #044133

Text Example


Text Example

White with #044133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044133; }

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

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

background-color css

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

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

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

border-color css

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

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

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