Html Css Color HEX #045434 British Racing Green

📋 copy color: '#045434'

red 4 ◦ green 84 ◦ blue 52

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

Shades of British Racing Green #045434

Tints of British Racing Green #045434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 37.14%

R = 2.86%
G = 60%
B = 37.14%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#045434 (or 0x045434) is known color: British Racing Green. HEX triplet: 04, 54 and 34. RGB value is (4,84,52). Sum of RGB (Red+Green+Blue) = 4+84+52=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 84 (33.20% from 255 or 60% from 140); Blue value is 52 (20.70% from 255 or 37.14% from 140); Max value from RGB is 84 - color contains mainly: green. Hex color #045434 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045434 is #FBABCB. Grayscale: #383838. Windows color (decimal): -16493516 or 3429380. OLE color: 3429380.

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

Color convert

RGB 4 84 52 -
CMYK 0.95 0 0.38 0.67
HSL 156º 0.91% 0.17% -
HSV(B) 156º 0.95% 0.33% -
XYZ 3.84 6.61 4.32 -
YUV 56.43 125.5 90.6 -
System Red Green Blue C M Y K H S L
Decimal 4 84 52 0.95 0 0.38 0.67 156 0.91 0.17
Hex 4 54 34 5F 0 26 43 9C 5B 11
Octal 4 124 64 137 0 46 103 234 133 21
Binary 100 1010100 110100 1011111 0 100110 1000011 10011100 1011011 10001

Color Harmonies of #045434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045434

Black with #045434

Text Example


Text Example

White with #045434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045434; }

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

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

background-color css

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

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

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

border-color css

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

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

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