Html Css Color HEX #03522E British Racing Green

📋 copy color: '#03522E'

red 3 ◦ green 82 ◦ blue 46

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

Shades of British Racing Green #03522E

Tints of British Racing Green #03522E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 35.11%

R = 2.29%
G = 62.6%
B = 35.11%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.44

 K value IS 0.68

RGB Variations

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

Color information

#03522E (or 0x03522E) is known color: British Racing Green. HEX triplet: 03, 52 and 2E. RGB value is (3,82,46). Sum of RGB (Red+Green+Blue) = 3+82+46=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 82 (32.42% from 255 or 62.60% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 82 - color contains mainly: green. Hex color #03522E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03522E is #FCADD1. Grayscale: #363636. Windows color (decimal): -16559570 or 3035651. OLE color: 3035651.

HSL color Cylindrical-coordinate representation of color #03522E: hue angle of 152.66º 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 #03522E is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB 3 82 46 -
CMYK 0.96 0 0.44 0.68
HSL 152.66º 0.93% 0.17% -
HSV(B) 152.66º 0.96% 0.32% -
XYZ 3.55 6.25 3.6 -
YUV 54.28 123.33 91.43 -
System Red Green Blue C M Y K H S L
Decimal 3 82 46 0.96 0 0.44 0.68 152.66 0.93 0.17
Hex 3 52 2E 60 0 2C 44 99 5D 11
Octal 3 122 56 140 0 54 104 231 135 21
Binary 11 1010010 101110 1100000 0 101100 1000100 10011001 1011101 10001

Color Harmonies of #03522E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03522E

Black with #03522E

Text Example


Text Example

White with #03522E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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