Html Css Color HEX #04422C British Racing Green

📋 copy color: '#04422C'

red 4 ◦ green 66 ◦ blue 44

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

Shades of British Racing Green #04422C

Tints of British Racing Green #04422C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 57.89%

 BLUE value IS 44 (17.58% from 255) = 38.6%

R = 3.51%
G = 57.89%
B = 38.6%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.33

 K value IS 0.74

RGB Variations

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

Color information

#04422C (or 0x04422C) is known color: British Racing Green. HEX triplet: 04, 42 and 2C. RGB value is (4,66,44). Sum of RGB (Red+Green+Blue) = 4+66+44=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 66 (26.17% from 255 or 57.89% from 114); Blue value is 44 (17.58% from 255 or 38.60% from 114); Max value from RGB is 66 - color contains mainly: green. Hex color #04422C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04422C is #FBBDD3. Grayscale: #2C2C2C. Windows color (decimal): -16498132 or 2900484. OLE color: 2900484.

HSL color Cylindrical-coordinate representation of color #04422C: hue angle of 158.71º 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 #04422C is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB 4 66 44 -
CMYK 0.94 0 0.33 0.74
HSL 158.71º 0.89% 0.14% -
HSV(B) 158.71º 0.94% 0.26% -
XYZ 2.45 4.1 3.05 -
YUV 44.95 127.46 98.79 -
System Red Green Blue C M Y K H S L
Decimal 4 66 44 0.94 0 0.33 0.74 158.71 0.89 0.14
Hex 4 42 2C 5E 0 21 4A 9F 59 E
Octal 4 102 54 136 0 41 112 237 131 16
Binary 100 1000010 101100 1011110 0 100001 1001010 10011111 1011001 1110

Color Harmonies of #04422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04422C

Black with #04422C

Text Example


Text Example

White with #04422C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04422C; }

 p { color: rgb(4,66,44); }

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

background-color css

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

 a { background-color: rgb(4,66,44); }

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

border-color css

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

 span { border-color: rgb(4,66,44); }

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