Html Css Color HEX #04521C British Racing Green

📋 copy color: '#04521C'

red 4 ◦ green 82 ◦ blue 28

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

Shades of British Racing Green #04521C

Tints of British Racing Green #04521C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 24.56%

R = 3.51%
G = 71.93%
B = 24.56%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.66

 K value IS 0.68

RGB Variations

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

Color information

#04521C (or 0x04521C) is known color: British Racing Green. HEX triplet: 04, 52 and 1C. RGB value is (4,82,28). Sum of RGB (Red+Green+Blue) = 4+82+28=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 82 (32.42% from 255 or 71.93% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 82 - color contains mainly: green. Hex color #04521C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04521C is #FBADE3. Grayscale: #343434. Windows color (decimal): -16494052 or 1856004. OLE color: 1856004.

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

Color convert

RGB 4 82 28 -
CMYK 0.95 0 0.66 0.68
HSL 138.46º 0.91% 0.17% -
HSV(B) 138.46º 0.95% 0.32% -
XYZ 3.28 6.14 2.11 -
YUV 52.52 114.16 93.39 -
System Red Green Blue C M Y K H S L
Decimal 4 82 28 0.95 0 0.66 0.68 138.46 0.91 0.17
Hex 4 52 1C 5F 0 42 44 8A 5B 11
Octal 4 122 34 137 0 102 104 212 133 21
Binary 100 1010010 11100 1011111 0 1000010 1000100 10001010 1011011 10001

Color Harmonies of #04521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04521C

Black with #04521C

Text Example


Text Example

White with #04521C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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