Html Css Color HEX #045026 British Racing Green

📋 copy color: '#045026'

red 4 ◦ green 80 ◦ blue 38

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

Shades of British Racing Green #045026

Tints of British Racing Green #045026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 31.15%

R = 3.28%
G = 65.57%
B = 31.15%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.52

 K value IS 0.69

RGB Variations

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

Color information

#045026 (or 0x045026) is known color: British Racing Green. HEX triplet: 04, 50 and 26. RGB value is (4,80,38). Sum of RGB (Red+Green+Blue) = 4+80+38=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 80 (31.64% from 255 or 65.57% from 122); Blue value is 38 (15.23% from 255 or 31.15% from 122); Max value from RGB is 80 - color contains mainly: green. Hex color #045026 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045026 is #FBAFD9. Grayscale: #343434. Windows color (decimal): -16494554 or 2510852. OLE color: 2510852.

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

Color convert

RGB 4 80 38 -
CMYK 0.95 0 0.52 0.69
HSL 146.84º 0.9% 0.16% -
HSV(B) 146.84º 0.95% 0.31% -
XYZ 3.27 5.9 2.8 -
YUV 52.49 119.82 93.42 -
System Red Green Blue C M Y K H S L
Decimal 4 80 38 0.95 0 0.52 0.69 146.84 0.9 0.16
Hex 4 50 26 5F 0 34 45 93 5A 10
Octal 4 120 46 137 0 64 105 223 132 20
Binary 100 1010000 100110 1011111 0 110100 1000101 10010011 1011010 10000

Color Harmonies of #045026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045026

Black with #045026

Text Example


Text Example

White with #045026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045026; }

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

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

background-color css

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

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

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

border-color css

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

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

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