Html Css Color HEX #045221 British Racing Green

📋 copy color: '#045221'

red 4 ◦ green 82 ◦ blue 33

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

Shades of British Racing Green #045221

Tints of British Racing Green #045221

RGB

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

 GREEN value IS 82 (32.42% from 255) = 68.91%

 BLUE value IS 33 (13.28% from 255) = 27.73%

R = 3.36%
G = 68.91%
B = 27.73%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#045221 (or 0x045221) is known color: British Racing Green. HEX triplet: 04, 52 and 21. RGB value is (4,82,33). Sum of RGB (Red+Green+Blue) = 4+82+33=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 82 (32.42% from 255 or 68.91% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 82 - color contains mainly: green. Hex color #045221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045221 is #FBADDE. Grayscale: #353535. Windows color (decimal): -16494047 or 2183684. OLE color: 2183684.

HSL color Cylindrical-coordinate representation of color #045221: hue angle of 142.31º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045221 is Cyan = 0.95, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 4 82 33 -
CMYK 0.95 0 0.60 0.68
HSL 142.31º 0.91% 0.17% -
HSV(B) 142.31º 0.95% 0.32% -
XYZ 3.34 6.17 2.45 -
YUV 53.09 116.66 92.98 -
System Red Green Blue C M Y K H S L
Decimal 4 82 33 0.95 0 0.60 0.68 142.31 0.91 0.17
Hex 4 52 21 5F 0 3C 44 8E 5B 11
Octal 4 122 41 137 0 74 104 216 133 21
Binary 100 1010010 100001 1011111 0 111100 1000100 10001110 1011011 10001

Color Harmonies of #045221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045221

Black with #045221

Text Example


Text Example

White with #045221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045221; }

 p { color: rgb(4,82,33); }

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

background-color css

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

 a { background-color: rgb(4,82,33); }

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

border-color css

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

 span { border-color: rgb(4,82,33); }

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