Html Css Color HEX #045426 British Racing Green

📋 copy color: '#045426'

red 4 ◦ green 84 ◦ blue 38

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

Shades of British Racing Green #045426

Tints of British Racing Green #045426

RGB

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

 GREEN value IS 84 (33.2% from 255) = 66.67%

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

R = 3.17%
G = 66.67%
B = 30.16%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#045426 (or 0x045426) is known color: British Racing Green. HEX triplet: 04, 54 and 26. RGB value is (4,84,38). Sum of RGB (Red+Green+Blue) = 4+84+38=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 84 (33.20% from 255 or 66.67% from 126); Blue value is 38 (15.23% from 255 or 30.16% from 126); Max value from RGB is 84 - color contains mainly: green. Hex color #045426 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045426 is #FBABD9. Grayscale: #363636. Windows color (decimal): -16493530 or 2511876. OLE color: 2511876.

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

Color convert

RGB 4 84 38 -
CMYK 0.95 0 0.55 0.67
HSL 145.5º 0.91% 0.17% -
HSV(B) 145.5º 0.95% 0.33% -
XYZ 3.57 6.51 2.9 -
YUV 54.84 118.5 91.74 -
System Red Green Blue C M Y K H S L
Decimal 4 84 38 0.95 0 0.55 0.67 145.5 0.91 0.17
Hex 4 54 26 5F 0 37 43 92 5B 11
Octal 4 124 46 137 0 67 103 222 133 21
Binary 100 1010100 100110 1011111 0 110111 1000011 10010010 1011011 10001

Color Harmonies of #045426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045426

Black with #045426

Text Example


Text Example

White with #045426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045426; }

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

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

background-color css

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

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

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

border-color css

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

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

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