Html Css Color HEX #03522D British Racing Green

📋 copy color: '#03522D'

red 3 ◦ green 82 ◦ blue 45

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

Shades of British Racing Green #03522D

Tints of British Racing Green #03522D

RGB

 RED value IS 3 (1.56% from 255) = 2.31%

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

 BLUE value IS 45 (17.97% from 255) = 34.62%

R = 2.31%
G = 63.08%
B = 34.62%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.45

 K value IS 0.68

RGB Variations

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

Color information

#03522D (or 0x03522D) is known color: British Racing Green. HEX triplet: 03, 52 and 2D. RGB value is (3,82,45). Sum of RGB (Red+Green+Blue) = 3+82+45=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 82 (32.42% from 255 or 63.08% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 82 - color contains mainly: green. Hex color #03522D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03522D is #FCADD2. Grayscale: #363636. Windows color (decimal): -16559571 or 2970115. OLE color: 2970115.

HSL color Cylindrical-coordinate representation of color #03522D: hue angle of 151.9º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03522D is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.68.

Color convert

RGB 3 82 45 -
CMYK 0.96 0 0.45 0.68
HSL 151.9º 0.93% 0.17% -
HSV(B) 151.9º 0.96% 0.32% -
XYZ 3.53 6.24 3.5 -
YUV 54.16 122.83 91.51 -
System Red Green Blue C M Y K H S L
Decimal 3 82 45 0.96 0 0.45 0.68 151.9 0.93 0.17
Hex 3 52 2D 60 0 2D 44 98 5D 11
Octal 3 122 55 140 0 55 104 230 135 21
Binary 11 1010010 101101 1100000 0 101101 1000100 10011000 1011101 10001

Color Harmonies of #03522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03522D

Black with #03522D

Text Example


Text Example

White with #03522D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03522D; }

 p { color: rgb(3,82,45); }

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

background-color css

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

 a { background-color: rgb(3,82,45); }

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

border-color css

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

 span { border-color: rgb(3,82,45); }

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