Html Css Color HEX #045022 British Racing Green

📋 copy color: '#045022'

red 4 ◦ green 80 ◦ blue 34

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

Shades of British Racing Green #045022

Tints of British Racing Green #045022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 28.81%

R = 3.39%
G = 67.8%
B = 28.81%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#045022 (or 0x045022) is known color: British Racing Green. HEX triplet: 04, 50 and 22. RGB value is (4,80,34). Sum of RGB (Red+Green+Blue) = 4+80+34=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 80 (31.64% from 255 or 67.80% from 118); Blue value is 34 (13.67% from 255 or 28.81% from 118); Max value from RGB is 80 - color contains mainly: green. Hex color #045022 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045022 is #FBAFDD. Grayscale: #343434. Windows color (decimal): -16494558 or 2248708. OLE color: 2248708.

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

Color convert

RGB 4 80 34 -
CMYK 0.95 0 0.58 0.69
HSL 143.68º 0.9% 0.16% -
HSV(B) 143.68º 0.95% 0.31% -
XYZ 3.21 5.88 2.48 -
YUV 52.03 117.82 93.74 -
System Red Green Blue C M Y K H S L
Decimal 4 80 34 0.95 0 0.58 0.69 143.68 0.9 0.16
Hex 4 50 22 5F 0 3A 45 90 5A 10
Octal 4 120 42 137 0 72 105 220 132 20
Binary 100 1010000 100010 1011111 0 111010 1000101 10010000 1011010 10000

Color Harmonies of #045022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045022

Black with #045022

Text Example


Text Example

White with #045022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045022; }

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

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

background-color css

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

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

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

border-color css

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

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

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