Html Css Color HEX #044332 British Racing Green

📋 copy color: '#044332'

red 4 ◦ green 67 ◦ blue 50

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

Shades of British Racing Green #044332

Tints of British Racing Green #044332

RGB

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

 GREEN value IS 67 (26.56% from 255) = 55.37%

 BLUE value IS 50 (19.92% from 255) = 41.32%

R = 3.31%
G = 55.37%
B = 41.32%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.74

RGB Variations

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

Color information

#044332 (or 0x044332) is known color: British Racing Green. HEX triplet: 04, 43 and 32. RGB value is (4,67,50). Sum of RGB (Red+Green+Blue) = 4+67+50=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 67 (26.56% from 255 or 55.37% from 121); Blue value is 50 (19.92% from 255 or 41.32% from 121); Max value from RGB is 67 - color contains mainly: green. Hex color #044332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044332 is #FBBCCD. Grayscale: #2E2E2E. Windows color (decimal): -16497870 or 3293956. OLE color: 3293956.

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

Color convert

RGB 4 67 50 -
CMYK 0.94 0 0.25 0.74
HSL 163.81º 0.89% 0.14% -
HSV(B) 163.81º 0.94% 0.26% -
XYZ 2.63 4.27 3.7 -
YUV 46.23 130.13 97.88 -
System Red Green Blue C M Y K H S L
Decimal 4 67 50 0.94 0 0.25 0.74 163.81 0.89 0.14
Hex 4 43 32 5E 0 19 4A A4 59 E
Octal 4 103 62 136 0 31 112 244 131 16
Binary 100 1000011 110010 1011110 0 11001 1001010 10100100 1011001 1110

Color Harmonies of #044332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044332

Black with #044332

Text Example


Text Example

White with #044332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044332; }

 p { color: rgb(4,67,50); }

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

background-color css

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

 a { background-color: rgb(4,67,50); }

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

border-color css

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

 span { border-color: rgb(4,67,50); }

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