Html Css Color HEX #045025 British Racing Green

📋 copy color: '#045025'

red 4 ◦ green 80 ◦ blue 37

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

Shades of British Racing Green #045025

Tints of British Racing Green #045025

RGB

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

 GREEN value IS 80 (31.64% from 255) = 66.12%

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

R = 3.31%
G = 66.12%
B = 30.58%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.54

 K value IS 0.69

RGB Variations

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

Color information

#045025 (or 0x045025) is known color: British Racing Green. HEX triplet: 04, 50 and 25. RGB value is (4,80,37). Sum of RGB (Red+Green+Blue) = 4+80+37=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 80 (31.64% from 255 or 66.12% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 80 - color contains mainly: green. Hex color #045025 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045025 is #FBAFDA. Grayscale: #343434. Windows color (decimal): -16494555 or 2445316. OLE color: 2445316.

HSL color Cylindrical-coordinate representation of color #045025: hue angle of 146.05º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045025 is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 80 37 -
CMYK 0.95 0 0.54 0.69
HSL 146.05º 0.9% 0.16% -
HSV(B) 146.05º 0.95% 0.31% -
XYZ 3.25 5.9 2.72 -
YUV 52.37 119.32 93.5 -
System Red Green Blue C M Y K H S L
Decimal 4 80 37 0.95 0 0.54 0.69 146.05 0.9 0.16
Hex 4 50 25 5F 0 36 45 92 5A 10
Octal 4 120 45 137 0 66 105 222 132 20
Binary 100 1010000 100101 1011111 0 110110 1000101 10010010 1011010 10000

Color Harmonies of #045025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045025

Black with #045025

Text Example


Text Example

White with #045025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045025; }

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

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

background-color css

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

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

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

border-color css

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

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

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