Html Css Color HEX #04522C British Racing Green

📋 copy color: '#04522C'

red 4 ◦ green 82 ◦ blue 44

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

Shades of British Racing Green #04522C

Tints of British Racing Green #04522C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 33.85%

R = 3.08%
G = 63.08%
B = 33.85%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.46

 K value IS 0.68

RGB Variations

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

Color information

#04522C (or 0x04522C) is known color: British Racing Green. HEX triplet: 04, 52 and 2C. RGB value is (4,82,44). Sum of RGB (Red+Green+Blue) = 4+82+44=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 82 (32.42% from 255 or 63.08% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 82 - color contains mainly: green. Hex color #04522C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04522C is #FBADD3. Grayscale: #363636. Windows color (decimal): -16494036 or 2904580. OLE color: 2904580.

HSL color Cylindrical-coordinate representation of color #04522C: hue angle of 150.77º 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 #04522C is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB 4 82 44 -
CMYK 0.95 0 0.46 0.68
HSL 150.77º 0.91% 0.17% -
HSV(B) 150.77º 0.95% 0.32% -
XYZ 3.52 6.24 3.4 -
YUV 54.35 122.16 92.09 -
System Red Green Blue C M Y K H S L
Decimal 4 82 44 0.95 0 0.46 0.68 150.77 0.91 0.17
Hex 4 52 2C 5F 0 2E 44 97 5B 11
Octal 4 122 54 137 0 56 104 227 133 21
Binary 100 1010010 101100 1011111 0 101110 1000100 10010111 1011011 10001

Color Harmonies of #04522C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04522C

Black with #04522C

Text Example


Text Example

White with #04522C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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