Html Css Color HEX #04521B British Racing Green

📋 copy color: '#04521B'

red 4 ◦ green 82 ◦ blue 27

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

Shades of British Racing Green #04521B

Tints of British Racing Green #04521B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 23.89%

R = 3.54%
G = 72.57%
B = 23.89%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#04521B (or 0x04521B) is known color: British Racing Green. HEX triplet: 04, 52 and 1B. RGB value is (4,82,27). Sum of RGB (Red+Green+Blue) = 4+82+27=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 82 (32.42% from 255 or 72.57% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 82 - color contains mainly: green. Hex color #04521B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04521B is #FBADE4. Grayscale: #343434. Windows color (decimal): -16494053 or 1790468. OLE color: 1790468.

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

Color convert

RGB 4 82 27 -
CMYK 0.95 0 0.67 0.68
HSL 137.69º 0.91% 0.17% -
HSV(B) 137.69º 0.95% 0.32% -
XYZ 3.27 6.14 2.05 -
YUV 52.41 113.66 93.47 -
System Red Green Blue C M Y K H S L
Decimal 4 82 27 0.95 0 0.67 0.68 137.69 0.91 0.17
Hex 4 52 1B 5F 0 43 44 8A 5B 11
Octal 4 122 33 137 0 103 104 212 133 21
Binary 100 1010010 11011 1011111 0 1000011 1000100 10001010 1011011 10001

Color Harmonies of #04521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04521B

Black with #04521B

Text Example


Text Example

White with #04521B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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