Html Css Color HEX #04522F British Racing Green

📋 copy color: '#04522F'

red 4 ◦ green 82 ◦ blue 47

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

Shades of British Racing Green #04522F

Tints of British Racing Green #04522F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 61.65%

 BLUE value IS 47 (18.75% from 255) = 35.34%

R = 3.01%
G = 61.65%
B = 35.34%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.43

 K value IS 0.68

RGB Variations

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

Color information

#04522F (or 0x04522F) is known color: British Racing Green. HEX triplet: 04, 52 and 2F. RGB value is (4,82,47). Sum of RGB (Red+Green+Blue) = 4+82+47=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 82 (32.42% from 255 or 61.65% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 82 - color contains mainly: green. Hex color #04522F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04522F is #FBADD0. Grayscale: #363636. Windows color (decimal): -16494033 or 3101188. OLE color: 3101188.

HSL color Cylindrical-coordinate representation of color #04522F: hue angle of 153.08º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04522F is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB 4 82 47 -
CMYK 0.95 0 0.43 0.68
HSL 153.08º 0.91% 0.17% -
HSV(B) 153.08º 0.95% 0.32% -
XYZ 3.58 6.27 3.71 -
YUV 54.69 123.66 91.85 -
System Red Green Blue C M Y K H S L
Decimal 4 82 47 0.95 0 0.43 0.68 153.08 0.91 0.17
Hex 4 52 2F 5F 0 2B 44 99 5B 11
Octal 4 122 57 137 0 53 104 231 133 21
Binary 100 1010010 101111 1011111 0 101011 1000100 10011001 1011011 10001

Color Harmonies of #04522F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04522F

Black with #04522F

Text Example


Text Example

White with #04522F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04522F; }

 p { color: rgb(4,82,47); }

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

background-color css

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

 a { background-color: rgb(4,82,47); }

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

border-color css

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

 span { border-color: rgb(4,82,47); }

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