Html Css Color HEX #045225 British Racing Green

📋 copy color: '#045225'

red 4 ◦ green 82 ◦ blue 37

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

Shades of British Racing Green #045225

Tints of British Racing Green #045225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 30.08%

R = 3.25%
G = 66.67%
B = 30.08%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.55

 K value IS 0.68

RGB Variations

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

Color information

#045225 (or 0x045225) is known color: British Racing Green. HEX triplet: 04, 52 and 25. RGB value is (4,82,37). Sum of RGB (Red+Green+Blue) = 4+82+37=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 82 (32.42% from 255 or 66.67% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 82 - color contains mainly: green. Hex color #045225 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045225 is #FBADDA. Grayscale: #353535. Windows color (decimal): -16494043 or 2445828. OLE color: 2445828.

HSL color Cylindrical-coordinate representation of color #045225: hue angle of 145.38º 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 #045225 is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.68.

Color convert

RGB 4 82 37 -
CMYK 0.95 0 0.55 0.68
HSL 145.38º 0.91% 0.17% -
HSV(B) 145.38º 0.95% 0.32% -
XYZ 3.4 6.19 2.77 -
YUV 53.55 118.66 92.66 -
System Red Green Blue C M Y K H S L
Decimal 4 82 37 0.95 0 0.55 0.68 145.38 0.91 0.17
Hex 4 52 25 5F 0 37 44 91 5B 11
Octal 4 122 45 137 0 67 104 221 133 21
Binary 100 1010010 100101 1011111 0 110111 1000100 10010001 1011011 10001

Color Harmonies of #045225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045225

Black with #045225

Text Example


Text Example

White with #045225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045225; }

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

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

background-color css

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

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

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

border-color css

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

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

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