Html Css Color HEX #035322 British Racing Green

📋 copy color: '#035322'

red 3 ◦ green 83 ◦ blue 34

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

Shades of British Racing Green #035322

Tints of British Racing Green #035322

RGB

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

 GREEN value IS 83 (32.81% from 255) = 69.17%

 BLUE value IS 34 (13.67% from 255) = 28.33%

R = 2.5%
G = 69.17%
B = 28.33%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#035322 (or 0x035322) is known color: British Racing Green. HEX triplet: 03, 53 and 22. RGB value is (3,83,34). Sum of RGB (Red+Green+Blue) = 3+83+34=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 83 (32.81% from 255 or 69.17% from 120); Blue value is 34 (13.67% from 255 or 28.33% from 120); Max value from RGB is 83 - color contains mainly: green. Hex color #035322 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035322 is #FCACDD. Grayscale: #353535. Windows color (decimal): -16559326 or 2249475. OLE color: 2249475.

HSL color Cylindrical-coordinate representation of color #035322: hue angle of 143.25º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035322 is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 83 34 -
CMYK 0.96 0 0.59 0.67
HSL 143.25º 0.93% 0.17% -
HSV(B) 143.25º 0.96% 0.33% -
XYZ 3.42 6.32 2.55 -
YUV 53.49 117 91.98 -
System Red Green Blue C M Y K H S L
Decimal 3 83 34 0.96 0 0.59 0.67 143.25 0.93 0.17
Hex 3 53 22 60 0 3B 43 8F 5D 11
Octal 3 123 42 140 0 73 103 217 135 21
Binary 11 1010011 100010 1100000 0 111011 1000011 10001111 1011101 10001

Color Harmonies of #035322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035322

Black with #035322

Text Example


Text Example

White with #035322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035322; }

 p { color: rgb(3,83,34); }

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

background-color css

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

 a { background-color: rgb(3,83,34); }

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

border-color css

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

 span { border-color: rgb(3,83,34); }

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